Skip to content

MKHGLab/KHProgressDialog

Repository files navigation

KHProgressDialog

CI Status Version License Platform

Example

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

Requirements

Suitable for Xcode 8.2.1 (swift 3.0.2)

Installation

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

pod "KHProgressDialog"

Usage

import KHProgressDialog to your project. And then follow the example-

func myMethod() {
    let showAlert = MKKHGAlert()

    //Show The Alert Dialog
    showAlert.showLoadingAlert(view: self.view, title: "Loading...")

    //Hide The Alert Dialog
    testAlert.hideLoadingAlert(done: "Done")
}

Author

MKHGLab, mkhglab@gmail.com

License

KHProgressDialog 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

 
 
 

Contributors