Skip to content

kHeQing/HQLoading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HQLoading

动画小球的加载

gif

- (void)viewDidLoad {
    [super viewDidLoad];
   
    self.view.backgroundColor = [UIColor whiteColor];
    
    self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc]initWithTitle:@"显示" style:(UIBarButtonItemStylePlain) target:self action:@selector(show)];
    
    self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]initWithTitle:@"隐藏" style:(UIBarButtonItemStylePlain) target:self action:@selector(hide)];
    
    [HQLoading showInView:self.view];
}

- (void)show{

    [HQLoading showInView:self.view];
    
}

- (void)hide{

    [HQLoading hideInView:self.view];
    
}

About

动画小球的加载

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published