JYStatusBarHUD 1.0.1

JYStatusBarHUD 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2017

Maintained by 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...!"];