Skip to content

robinzhangx/RZSquaresLoading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RZSquaresLoading

iOS loading animation with squares.

image

Usage

Instantiate RZSquaresLoading(change the frame size and position to suit your need) and add to your view hierarchy.

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

Change color:

squareLoading.color = [UIColor redColor];

Install

Install using CocoaPods:

pod 'RZSquaresLoading'

License

RZSquaresLoading is available under the MIT license. See the LICENSE file for more info.

Note

RZSquaresLoading is also available for Xamarin. See RZSquaresLoading-Xamarin-iOS.

About

iOS loading animation with squares.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •