To run the example project, clone the repo, and run pod install from the Example directory first.
KHLoadingView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KHLoadingView"import KHLoadingView to your project. And then follow the example-
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
let loading = KHLoading()
loading.showLoadingView(parentView:self.view)
}MKHGLab, mkhglab@gmail.com
KHLoadingView is available under the MIT license. See the LICENSE file for more info.