Whenever i launch an app with text, i get a white screen (there is 1 more scene). i have tried remaking it and deleting this code. It is on X code and started from the preset "empty Application"
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
// Override point for customization after application launch.
self.window.backgroundColor = [UIColor whiteColor];
[self.window makeKeyAndVisible];
GOt this is in debugging
2014-07-18 11:20:43.821 Wallpaper[7635:60b] Application windows are expected to have a root view controller at the end of application launch
i expected to see a table saying address and all i saw was a white screen. Any reason known?