MSSAlertViewController:苹果 UIAlertView 基于块的替代品

时间:2021-06-26 08:02:11
【文件属性】:
文件名称:MSSAlertViewController:苹果 UIAlertView 基于块的替代品
文件大小:25KB
文件格式:ZIP
更新时间:2021-06-26 08:02:11
Objective-C MSSA警报视图控制器 Apple 的 UIAlertView 的基于块的替代品。 用法: 只需将 MSSAlertViewController.h/.m 添加到您的项目中,您就可以开始使用了! 这是一个基本的“仅确定”警报: MSSAlertViewController *alert = [MSSAlertViewController alertWithTitle:@"Alert Title" message:@"Alert Message"]; [alert addButtonWithTitle:@"OK" tapHandler:nil]; [self presentViewContr
【文件预览】:
MSSAlertViewController-master
----README.md(3KB)
----AlertViewControllerDemo()
--------AppDelegate.h(295B)
--------MSSAlertViewController.m(23KB)
--------ViewController.h(234B)
--------main.m(368B)
--------Images.xcassets()
--------Info.plist(1KB)
--------MSSAlertViewController.h(2KB)
--------AppDelegate.m(611B)
--------ViewController.m(17KB)
----AlertViewControllerDemoTests()
--------Info.plist(765B)
--------AlertViewControllerDemoTests.m(941B)
----LICENSE(1KB)
----AlertViewControllerDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(16KB)
--------xcuserdata()

网友评论