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];
-
Notifications
You must be signed in to change notification settings - Fork 0
zhangqipu/LoadingView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published