Open jerometonnelier opened 10 years ago
If I move the code into viewDidAppear, I still get the error message but it is working. Weird ?
Actually, presenting another view controller in viewDidLoad
will break even a simple built-in present style UIModalPresentationStyle
. So put code in viewDidAppear
is the correct way.
When calling the presentViewController in the viewDidLoad
I get the error message
Any idea? Thx ;)