DMProgressHUD 0.0.6× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Nov 2017Maintained by DamonMok.Installation Guide×Installation Guide for DMProgressHUDYou want to add pod 'DMProgressHUD', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'DMProgressHUD', '~> 0.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 DMProgressHUDSee PodspecGitHub RepoPage on CocoaPods.orgDMProgressHUD 0.0.6BydamonMokDamonMok/DMProgressHUDGitHub RepoDMProgressView 一款轻量级进度加载显示工具 使用方法 1.把DMProgressView文件夹的.h和.m文件导入到项目中; 2.包含头文件 #import "DMProgressView.h"; 3.显示和隐藏分别调用一下两个方法: //show //+ (instancetype)showAddedTo:(UIView *)view; //hide //- (void)hide;