First Article Nov 30th, 2016 6:39 pm | Comments Hello 1 2 3 4 CGRect screen = [[UIScreen mainScreen] bounds]; _window = [[UIWindow alloc] initWithFrame:screen]; [_window setRootViewController:[[ViewController alloc] init]]; [_window makeKeyAndVisible];