FWIndicatorViewPlugin
@protocol FWIndicatorViewPlugin <NSObject>
自定义指示器视图协议
-
设置或获取指示器当前颜色
Declaration
Objective-C
@required @property (nonatomic, strong, readwrite) UIColor *_Nonnull color; -
设置或获取指示器大小
Declaration
Objective-C
@required @property (nonatomic, assign, unsafe_unretained, readwrite) CGSize size; -
当前是否正在执行动画
Declaration
Objective-C
@required @property (nonatomic, assign, unsafe_unretained, readonly) BOOL isAnimating; -
开始加载动画
Declaration
Objective-C
- (void)startAnimating; -
停止加载动画
Declaration
Objective-C
- (void)stopAnimating;
FWIndicatorViewPlugin Protocol Reference