Skip to content

一个非常简单易用的状态栏指示器,A very simple and easy to use status bar indicator

License

Notifications You must be signed in to change notification settings

YeAsk/XMGStatusBarHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMGStatusBarHUD

一个非常简单易用的状态栏指示器,A very simple and easy to use status bar indicator

显示成功信息 show success message with default image

[XMGStatusBarHUD showSuccess:@"loaded success"];

显示失败信息 show error message with default image

[XMGStatusBarHUD showError:@"loaded error"];

显示加载信息 show loading message with no image

[XMGStatusBarHUD showLoading:@"loading"];

显示普通信息 show common message with image

[XMGStatusBarHUD showMessage:@"hello world!" image:[UIImage imageNamed:@"check"]];

隐藏HUD hide HUD

[XMGStatusBarHUD hide];

About

一个非常简单易用的状态栏指示器,A very simple and easy to use status bar indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published