项目介绍:
PreLoader
一个能高度吸引用户注意力的加载等待器,再长的等待也不怕了
A Loading Indicator to draw attention effectively.
Usage:
PreLoader *preLoader = [[PreLoader alloc] initWithFrame:CGRectMake(60, 300, 250, 250)
color:spotColor
backgroundColor:[UIColor clearColor]];
[self.view addSubview:preLoader];
CocoaPods:
pod 'PreLoader', '~> 0.5.1'
Relation:
@liuzhiyi1992 on Github
@Blog Welcome