ios-MTAlertCategory - UIAlertView封装支持兼容7.0一下.zip

时间:2022-07-31 12:50:21
【文件属性】:

文件名称:ios-MTAlertCategory - UIAlertView封装支持兼容7.0一下.zip

文件大小:36KB

文件格式:NONE

更新时间:2022-07-31 12:50:21

其他

简单的 UIAlert 封装 如果 (iOS <= 7)使用 UIAlertView 如果 (iOS >= 8) UIAlertViewController. 使用方法和示例 UIAlertCategory * a = [[UIAlertCategory alloc] initWithTitle:@"警告" WithMessage:@"你有条警告"]; [a addButton:ALERT_BUTTON_OK WithTitle:@"好的" WithAction:^(void *action) { NSLog(@"你点击了 index 为 0 的 好的"); }]; [a addButton:ALERT_BUTTON_CANCEL WithTitle:@"取消" WithAction:^(void *action) { NSLog(@"你点击了 index 为 1 的 取消"); }]; [a show]; github地址:https://github.com/yimouleng/UIAlertCategory


【文件预览】:
UIAlertCategory
----README.md(810B)
----UIAlertCategory.h(1KB)
----MTAlertCategory.podspec(6KB)
----UIAlertCategory.m(7KB)
----.DS_Store(6KB)
----.git()
--------HEAD(23B)
--------ORIG_HEAD(41B)
--------index(297B)
--------FETCH_HEAD(106B)
--------COMMIT_EDITMSG(93B)
--------objects()
--------description(73B)
--------config(325B)
--------lfs()
--------info()
--------hooks()
--------logs()
--------refs()

网友评论