I've seen a couple of similar threads but none had answers and were from the earlier betas. I'm calling the code segment below in the viewDidLoad section of the view that loads when the app loads. In 4.3 this worked great. In 5.0 it doesn't load. I don't get a crash, setting a breakpoint reveals nothing so far. The view simply doesn't load.
Thoughts?
Thoughts?
Code:
LoginViewController *controller = [[LoginViewController alloc] init];
[self presentModalViewController:controller animated:NO];