RHLoadingView 1.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License Custom ReleasedLast Release May 2016Maintained by zhu410289616.Installation Guide×Installation Guide for RHLoadingViewYou want to add pod 'RHLoadingView', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'RHLoadingView', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try RHLoadingViewSee PodspecGitHub RepoPage on CocoaPods.orgRHLoadingView 1.0.2Byzhu410289616zhu410289616/RHLoadingViewGitHub Repo Usage pod 'RHLoadingView' #import "UIView+RHLoading.h" [self.view rh_showLoadingWithWaiting]; [[UIApplication sharedApplication].keyWindow rh_showLoadingWithWaiting];