This is a cute and simple loading HUD :-P Enjoy!
To run the example project, clone the repo, and run pod install
from the Example directory first.
Simply use as below :
if(![SCCatWaitingHUD sharedInstance].isAnimating)
{
[[SCCatWaitingHUD sharedInstance] animate];
}
else
{
[[SCCatWaitingHUD sharedInstance] stop];
}
- v0.1.0 Basic Version
- v0.1.1 Add Landscape Orientation Support
- v0.1.4 Add eye cover and Loading contentLabel animation
iOS 8.0 Above
SCCatWaitingHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SCCatWaitingHUD', '~> 0.1.4'
SCCatWaitingHUD is available under the MIT license. See the LICENSE file for more info.