一個(gè)簡(jiǎn)單的數(shù)據(jù)加載框,可用來在數(shù)據(jù)加載中使用,也可以做靜態(tài)顯示,顏色等可自己調(diào)用,后續(xù)會(huì)加一個(gè)比較炫的加載動(dòng)畫。

加載器實(shí)例.gif
//設(shè)置四個(gè)漸變區(qū)域的顏色
@property(nonatomic ,strong)NSArray * colors;
//中間顯示數(shù)據(jù),可自己改變
@property(nonatomic ,strong)UILabel * progressLabel;
//賦值進(jìn)度
@property(nonatomic, assign)float progressValue;
需要的可以參考一下,https://github.com/rainhand/-.git