liuzhiyi1992 / PreLoader

A Loading Indicator to draw attention effectively.

Home Page:http://zyden.vicp.cc/preloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Loading Indicator to draw attention effectively.

http://zyden.vicp.cc/preloader/


Languages

Language:Objective-C 100.0%