這個(gè)SDWebImageContext參數(shù)是sd5.0版本引入的,下面對(duì)它進(jìn)行研究
typedef NSString * SDWebImageContextOption NS_EXTENSIBLE_STRING_ENUM;
typedef NSDictionary<SDWebImageContextOption, id> SDWebImageContext;
typedef NSMutableDictionary<SDWebImageContextOption, id> SDWebImageMutableContext;
sd提供了SDWebImageContext和SDWebImageMutableContext兩個(gè)字典,供用戶(hù)自定義設(shè)置。
SDWebImageContext這個(gè)字典的key是枚舉