这个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是枚举