WLAlert 0.0.2

WLAlert 0.0.2

测试测试结果
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2017年6月

weiweilong 维护。



WLAlert 0.0.2

  • 作者:
  • weiweilong

自定义Alert

使用方法 导入头文件 #import "UIViewController+WLAlert.h"

调用: [self showMyAlert:@"Alert" withCancelMsg:@"取消" withCancelBlock:^{

} withCertainMsg:@"ok" withCertainBlock:^{
    
}];
-------------------------------------------
[self showTextFieldAlert:@"Field" withPlaceholder:@"input" withCancelMsg:@"cancel" withCancelBlock:^{
    
} withCertainMsg:@"ok" withCertainBlock:^(NSString *text) {
    
}];