一個簡單的數據加載框,可用來在數據加載中使用,也可以做靜態顯示,顏色等可自己調用,后續會加一個比較炫的加載動畫。
加載器實例.gif
//設置四個漸變區域的顏色
@property(nonatomic ,strong)NSArray * colors;
//中間顯示數據,可自己改變
@property(nonatomic ,strong)UILabel * progressLabel;
//賦值進度
@property(nonatomic, assign)float progressValue;
需要的可以參考一下,https://github.com/rainhand/-.git