WLAlert 0.0.2

WLAlert 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2017

Maintained by weiweilong.



WLAlert 0.0.2

  • By
  • weiweilong

自定义Alert

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

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

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