Skip to content

zhangqipu/LoadingView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaitingHUD


WaitingView *waitingView = [[WaitingView alloc] initWithFrame:CGRectMake(100, 100, 100, 100)];
waitingView.color = [UIColor greenColor]; // 设定颜色
waitingView.speed = 2; // 设定速度 (0 - 100)
waitingView.thickness = 0.5; // 粗细
[self.view addSubview:waitingView];
[waitingView startAnimation];

show

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published