Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

karthikAdaptavant/AppLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apploader

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod 'Apploader'

Usage

   var alertHud: MBProgressHUD!
   
    override func viewDidLoad() {
        super.viewDidLoad()
        
        setupLoader()
        
        alertHud.showLoader(msg: "loading...")
    }
    
    func setupLoader() {
        self.alertHud = MBProgressHUD(view: self.view)
        self.view.addSubview(self.alertHud)
    }

Author

karthikAdaptavant, karthik.samy@a-cti.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published