HHAlertView 0.1.0

HHAlertView 0.1.0

测试已测试
Lang语言 Obj-CObjective C
许可证 自定义
发布最后发布2015年10月

Hao Chen维护。



  • ChenHao

一个iOS AlertView库,具有错误、成功、警告功能。

image

使用HHAlertView非常简单

设置

使用Pod

 pod 'HHAlertView', '~> 0.0.1'

如何使用

 [HHAlertView showAlertWithStyle:HHAlertStyleOk inView:self.view Title:@"Success" detail:@"You are successful!" cancelButton:nil Okbutton:@"Sure"];

有三种样式

 HHAlertStyleOk
 HHAlertStyleError
 HHAlertStyleWarning

使用起来非常方便,享受吧!

演示

image

image

电子邮件:[email protected]