weiyuanwu / WYStatusBarHUD

A very good framwork for showing message on the status bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WYStatusBarHUD

A very good framwork for showing message on the status bar.

显示成功信息

[WYStatusBarHUD showSuccess:@"登录成功!"];

显示失败信息

[WYStatusBarHUD showError:@"登录失败!"];

显示自定义文字

[WYStatusBarHUD showText:@"我是自定义文字"];

显示自定义文字+图片

[WYStatusBarHUD showText:@"自定义文字" imageName:@"test"];

显示正在加载

[WYStatusBarHUD showLoading:@"正在登录中..."];

隐藏

[WYStatusBarHUD hide];

About

A very good framwork for showing message on the status bar.

License:MIT License


Languages

Language:Objective-C 100.0%