JYStatusBarHUD 1.0.1

JYStatusBarHUD 1.0.1

测试测试中
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2017年2月

mrtian2016维护。



一个非常简单易用的状态栏指示器小框架 (A very simple and easy to use the status bar indicator framework)

image

导入框架

pod 'JYStatusBarHUD'
#import <JYStatusBarHUD.h>

显示成功信息

[JYStatusBarHUD showSuccessWithStatus:@"载入成功!"];

显示失败信息

[JYStatusBarHUD showErrorWithStatus:@"载入失败!"];

显示加载信息

[JYStatusBarHUD showLoadingWithStatus:@"loading...!"];

显示普通信息

[JYStatusBarHUD showWithStatus:@"hello world !"];

隐藏

[JYStatusBarHUD showLoadingWithStatus:@"loading...!"];