FZToastExtention 0.0.4

FZToastExtention 0.0.4

Maintained by wufuzeng.



  • By
  • wufuzeng

你刚好需要,我刚好出现,请赏一颗小星星.

效果展示

FZToastExtention

特征

  • 1.提供文本提示。
  • 2.提供标题和内容提示。
  • 3.提供loading提示。
  • 4.提供重载按钮事件。
  • 5.提供取消按钮事件。
  • 6.可同时提供以上所有功能。
  • 7.提供提示视图自定义。

CI Status Version License Platform

要运行示例项目,请克隆repo,然后从Example目录运行 ”pod install“。

要求

安装

FZToastExtention 可通过CocoaPods获得. 要安装它,只需将以下行添加到Podfile文件

pod 'FZToastExtention'

怎样使用

  • Objective-C
#import <FZToastExtention/FZToastExtention.h>

[self.view fz_showLoading];

[self.view fz_showMsg:@"holle world !"];

[self.view fz_showWithIcon:[UIImage imageNamed:@"submitSucceed"] title:@"title" msg:@"message" reload:^{

} cancel:^{

}];

[self.view fz_showWithIcon:[UIImage imageNamed:@"submitSucceed"] msg:@"success !"];

[self.view fz_showLoadingWithMsg:@"纵有疾风起,\n人生不言弃!" cancel:^{

}];

作者

wufuzeng, [email protected]

纵有疾风起,人生不言弃

许可证

FZToastExtention is available under the MIT license. See the LICENSE file for more info.