DuncanRowland
Results
1
comments of
DuncanRowland
WRT: Application windows are expected to have a root view controller at the end of application launch In AppDelegate.m //[self.window addSubview:rootViewController.view]; [self.window setRootViewController:rootViewController]; HTH, -D