文件名称:UIAlertController:iOS8的UIAlertController示例
文件大小:99KB
文件格式:ZIP
更新时间:2024-06-14 13:11:28
Objective-C
UIAlertController 适用于iOS的UIAlertController示例 显示动作表 UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"My Alert" message:@"This is an action sheet." preferredStyle:UIAlertControllerStyleActionSheet]; UIAlertAction* cameraAction = [UIAlertAction actionWithTi
【文件预览】:
UIAlertController-master
----.DS_Store(8KB)
----UIAlertControllerDemo.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(16KB)
----UIAlertControllerDemo()
--------ViewController.m(4KB)
--------.DS_Store(6KB)
--------Info.plist(1KB)
--------main.m(355B)
--------Base.lproj()
--------Images.xcassets()
--------ViewController.h(315B)
--------AppDelegate.h(298B)
--------AppDelegate.m(2KB)
----ScreenShot1.png(26KB)
----ScreenShot2.png(41KB)
----UIAlertControllerDemoTests()
--------UIAlertControllerDemoTests.m(922B)
--------.DS_Store(6KB)
--------Info.plist(746B)
----README.md(3KB)
----.gitignore(11B)