1.手动拉入AnimatedLoaders文件夹
2.cocoapods: pod 'ZYAnimatedLoader', '~> 0.0.4'
ZYAnimator *animator = [[ZYAnimator alloc] initAnimateWithType:ZYAnimateTypeLineCenterY tintColor:[UIColor redColor]];
animator.frame = CGRectMake(0, 0, 100, 100);
[animator startAnimation];
[self.view addSubview:animator];
-
Notifications
You must be signed in to change notification settings - Fork 1
15种加载视图集 持续添加
License
ethanCun/ZYAnimatedLoader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|