Skip to content

🐱 This is a cute and simple loading HUD on iOS :-P 这是一个可爱清新简单的加载HUD控件

License

Notifications You must be signed in to change notification settings

iOSkaifa/SCCatWaitingHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCCatWaitingHUD

This is a cute and simple loading HUD :-P Enjoy!

CI Status Version License Platform

Preview

image

image

Usage

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];
}

BackLog

  • v0.1.0 Basic Version
  • v0.1.1 Add Landscape Orientation Support
  • v0.1.4 Add eye cover and Loading contentLabel animation

Requirements

iOS 8.0 Above

Installation

SCCatWaitingHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SCCatWaitingHUD', '~> 0.1.4'

License

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

About

🐱 This is a cute and simple loading HUD on iOS :-P 这是一个可爱清新简单的加载HUD控件

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 62.0%
  • Shell 34.1%
  • Ruby 3.9%