FWImagePluginImpl
@interface FWImagePluginImpl : NSObject <FWImagePlugin>
默认图片插件
-
单例模式
Declaration
Objective-C
@property (class, nonatomic, readonly) FWImagePluginImpl *_Nonnull sharedInstance; -
图片加载完成是否显示渐变动画,默认NO
Declaration
Objective-C
@property (nonatomic) BOOL fadeAnimated; -
图片自定义句柄,setImageURL开始时调用
Declaration
Objective-C
@property (nonatomic, copy, nullable) void (^) (UIImageView *_Nonnull __strong) customBlock;
FWImagePluginImpl Class Reference