Skip to content

PJeeZhang/ZPJStatusBarHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZPJStatusBarHUD

一个简简单单的状态栏显示器

显示成功

       [ZPJStatusHUD showSuccess:@"加载成功!"];

显示失败

       [ZPJStatusHUD showError:@"加载失败!"];

显示自定义文字

       [ZPJStatusHUD showMessage:@"没有什么事!!!!"];

显示loading

       [ZPJStatusHUD showLoading:@"正在加载中..."];

隐藏

       [ZPJStatusHUD hide];

其他方法

       // 设置背景颜色     默认为黑色
       + (void)setBackgroundColor:(UIColor *)backgroundColor;

       //设置文字颜色    默认为白色
       + (void)setTextColor:(UIColor *)textColor;

About

一个简简单单的状态栏显示器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published