HLAlert:Object基于UIAlertViewController编写的在Object-C或Swift项目中使用AlertView和ActionSheet的简便方法

时间:2024-06-06 23:06:19
【文件属性】:

文件名称:HLAlert:Object基于UIAlertViewController编写的在Object-C或Swift项目中使用AlertView和ActionSheet的简便方法

文件大小:926KB

文件格式:ZIP

更新时间:2024-06-06 23:06:19

swift ios objective-c uialertview uialertcontroller

介绍 该库基于UIAlertViewController,是在Object-C或Swift项目中使用AlertView和ActionSheet的一种简便方法。 ] 用法: 在仓库文件中添加仓库 使用pod'HLAlert'或将库拖到您的项目文件夹中 使用Object-C 导入标题 #import 写方法 [HLAlert showAlertWithTitle:@"title" message:@"message" actionTitles:@[@"action1",@"action2"] handler:^(NSInteger idx) { //do something }]; 使用Swift 导入标题 import HLAlert 写方法 HLAlert.showAlert(title: "tit


网友评论