FWViewPluginImpl
@interface FWViewPluginImpl : NSObject <FWViewPlugin>
默认视图插件
-
单例模式
Declaration
Objective-C
@property (class, nonatomic, readonly) FWViewPluginImpl *_Nonnull sharedInstance;
-
自定义进度视图生产句柄,默认FWProgressView
Declaration
Objective-C
@property (nonatomic, copy, nullable) UIView<FWProgressViewPlugin> *_Nonnull (^)(FWProgressViewStyle) customProgressView;
-
自定义指示器视图生产句柄,默认UIActivityIndicatorView
Declaration
Objective-C
@property (nonatomic, copy, nullable) UIView<FWIndicatorViewPlugin> *_Nonnull (^)(FWIndicatorViewStyle) customIndicatorView;