Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.13 KB

PreLoader

#####一个能高度吸引用户注意力的加载等待器,再长的等待也不怕了 #####A Loading Indicator to draw attention effectively. ######Design by Volodymyr Kurbatov




##Usage: ```objc PreLoader *preLoader = [[PreLoader alloc] initWithFrame:CGRectMake(60, 300, 250, 250) color:spotColor backgroundColor:[UIColor clearColor]];

[self.view addSubview:preLoader];


<br>
##CocoaPods:  

pod 'PreLoader', '~> 0.5.1'


<br>
##Relation:  
[@liuzhiyi1992](https://github.com/liuzhiyi1992) on Github  
[@Blog](http://zyden.vicp.cc/)  Welcome

<br>
##License:  
PreLoader is released under the MIT license. See LICENSE for details.