Unable to get presentViewController to work
If ViewController is the root view controller, it can’t present a modal view controller from within its own viewDidLoad, because at that point it doesn’t have information like the screen size. If other view controllers have already displayed, this will work. If the root view controller is a UINavigationController, you will see a view sliding … Read more