Skip to content

gaowanli/GWLIndicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

自定义的菊花

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published