SkillAgentSearch skills...

XHAmazingLoading

XHAmazingLoading indicators or load view based on CAReplicatorLayer class and CoreAnimation, like skype / music.

Install / Use

/learn @xhzengAIB/XHAmazingLoading
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

image

XHAmazingLoading

XHAmazingLoading indicators or load view based on CAReplicatorLayer class and CoreAnimation, like skype / music.

Podfile

CocosPods is the recommended method to install XHAmazingLoading, just add the following line to Podfile

pod 'XHAmazingLoading'

and run pod install, then you're all done!

Requirements

  • Xcode6 or later
  • iOS 6.0+
  • ARC

How to use

#import "XHAmazingLoadingView.h"
    
XHAmazingLoadingView *amazingLoadingView = [[XHAmazingLoadingView alloc] initWithType:XHAmazingLoadingAnimationTypeMusic];
amazingLoadingView.loadingTintColor = [UIColor redColor];
amazingLoadingView.backgroundTintColor = [UIColor whiteColor];
amazingLoadingView.frame = self.view.bounds;
[self.view addSubview:amazingLoadingView];
    
[amazingLoadingView startAnimating];

loading data after that call stopAnimating method.

License

XHAmazingLoading is available under the MIT license, see the LICENSE file for more information.

View on GitHub
GitHub Stars176
CategoryDevelopment
Updated8mo ago
Forks23

Languages

Objective-C

Security Score

87/100

Audited on Jul 28, 2025

No findings