FWViewPlugin
@protocol FWViewPlugin <NSObject>
视图插件协议
-
进度视图工厂方法
Declaration
Objective-C
- (nonnull UIView<FWProgressViewPlugin> *)progressViewWithStyle: (FWProgressViewStyle)style;
-
指示器视图工厂方法
Declaration
Objective-C
- (nonnull UIView<FWIndicatorViewPlugin> *)indicatorViewWithStyle: (FWIndicatorViewStyle)style;