Skip to content

changsanjiang/SJLoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SJLoadingView

Use

pod 'SJLoadingView'

Sample

    _loadingView = [SJLoadingView new];
    _loadingView.lineColor = [UIColor whiteColor];
    _loadingView.bounds = CGRectMake(0, 0, 50, 50);
    _loadingView.center = self.view.center;
    _loadingView.speed = 1;
    [self.view addSubview:_loadingView];

AnimType

Keep:

FadeOut: