标签:style blog color io os 使用 ar 数据 sp
- (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ self.window = [[UIWindow alloc]initWithFrame:[[UIScreen mainScreen] bounds]]; [self.window makeKeyAndVisible]; self.rootViewController = [[RootViewController alloc] initWithNibName:nil bundle:NULL]; [self.window addSubview:self.rootViewController.view]; return YES; }
UI: 使用 UIViewController 展现和管理视图
标签:style blog color io os 使用 ar 数据 sp
原文地址:http://www.cnblogs.com/safiri/p/4016441.html