DMProgressHUD 0.0.6

DMProgressHUD 0.0.6

测试测试过
语言语言 Obj-CObjective C
许可证 MIT
发布上次发布2017 年 11 月

DamonMok 维护。



  • damonMok

DMProgressView

一款轻量级进度加载显示工具

img

使用方法

1. 将 DMProgressView 文件夹的 .h 和 .m 文件导入到项目中;

2. 包含头文件 #import "DMProgressView.h";

3. 显示和隐藏分别调用以下两个方法:

//show

//+ (instancetype)showAddedTo:(UIView *)view;

//hide

//- (void)hide;