RHLoadingView 1.0.2× 测试已测试✗ 语言语言 Obj-CObjective C许可证 自定义 发布最后发布2016年5月由zhu410289616维护。安装指南×RHLoadingView 的安装指南您想在 Podfile 中添加如下类似命令来实现 pod 'RHLoadingView', '~> 1.0'target 'MyApp' do pod 'RHLoadingView', '~> 1.0' end然后在您的终端内部或从 CocoaPods.app 中运行 pod install或者为了测试运行,运行以下命令pod try RHLoadingView查看 PodspecGitHub 仓库在 CocoaPods.org 上的页面RHLoadingView 1.0.2作者zhu410289616zhu410289616/RHLoadingViewGitHub 仓库 使用方法 pod 'RHLoadingView' #import "UIView+RHLoading.h" [self.view rh_showLoadingWithWaiting]; [[UIApplication sharedApplication].keyWindow rh_showLoadingWithWaiting];