Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 352 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 352 Bytes

StatusBarHUD

状态栏指示器,对用户操作尽量不造成影响。

显示成功信息

[StatusBarHUD showSuccess:@"加载成功"];

显示失败信息

[StatusBarHUD showError:@"加载失败"];

显示加载中

[StatusBarHUD showLoading:@"加载中..."];

隐藏

[StatusBarHUD hide];