UIViewController presentViewController crashing on ios 8
问题 Just got this error in our error logging system, been searching hi and low and can't seem to find any solution. Any help is appreciated. Here is the stacktrace. 回答1: May be in your XCODE log you might have encountered this message "Presenting view controllers on detached view controllers is discouraged ". If yes then then try [self.view.window.rootViewController presentViewController:myVC]; if this fails then make sure you call presentViewController:myVC on immediate presenting ViewController