2016年6月26日

摘要: NS_CLASS_AVAILABLE_IOS(8_0) @interface UIAlertAction : NSObject <NSCopying> //创建操作 + (instancetype)actionWithTitle:(nullable NSString *)title style:(U 阅读全文
posted @ 2016-06-26 22:30 Jackson_Yi 阅读(4197) 评论(0) 推荐(0)

2016年4月7日

摘要: 1.AppDelegate.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //初始化windows的大小和位置 self 阅读全文
posted @ 2016-04-07 23:21 Jackson_Yi 阅读(310) 评论(0) 推荐(0)

2016年4月4日

摘要: 1 1 1.AppDelegate.m 2 2 3 3 #import “OneViewController.h” 4 4 //一打开就运行的 5 5 -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 6 ... 阅读全文
posted @ 2016-04-04 13:22 Jackson_Yi 阅读(386) 评论(0) 推荐(0)