tiger8888 / GWLIndicator

自定义的菊花

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWLIndicator

自定义的菊花

###示例图片 gif

###使用方法

初始化方法
 + (GWLIndicator *)indicatorViewWithType:(GWLIndicatorType)showType;
 - (instancetype)initWithShowType:(GWLIndicatorType)showType;
typedef NS_ENUM(NSUInteger, GWLIndicatorType) {
    GWLIndicatorTypeAtView,  // 显示在view上
    GWLIndicatorTypeAtWindow // 显示在window上(会盖住底层view不能交互)
};
开始动画
- (void)startAnimatingAtView:(UIView *)view;
停止动画
- (void)stopAnimating;

About

自定义的菊花


Languages

Language:Objective-C 100.0%