SMStatusBar 0.0.2

SMStatusBar 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2016

Maintained by SandwichBoy.



  • By
  • SandwichBoy

状态栏指示器小框架

显示成功信息

[SMStatusBar showSuccess:@"成功!"];

显示正在加载

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

显示失败信息

[SMStatusBar showError:@"失败!"];

显示其他提示信息

[SMStatusBar showMessage:@"提示信息!"];

隐藏

[SMStatusBar hide];