To run the example project, clone the repo, and run pod install from the Example directory first.
Suitable for Xcode 8.2.1 (swift 3.0.2)
KHProgressDialog is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KHProgressDialog"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")
}MKHGLab, mkhglab@gmail.com
KHProgressDialog is available under the MIT license. See the LICENSE file for more info.