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