RZSquaresLoading 1.1

RZSquaresLoading 1.1

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最后发布2014年12月

Robin Zhang维护。



  • 作者:
  • robinz

使用方形动画的iOS加载动画。

image

使用方法

实例化RZSquaresLoading(调整大小和位置以适应您的需要)并将其添加到视图层次结构中。

RZSquaresLoading *squareLoading = [[RZSquaresLoading alloc] initWithFrame:CGRectMake((0, 0, 36, 36)];
[self.view addSubview:squareLoading];

更改颜色

squareLoading.color = [UIColor redColor];

安装

使用CocoaPods安装

pod 'RZSquaresLoading'

许可证

RZSquaresLoading可在MIT许可证下使用。有关更多信息,请参阅LICENSE文件。