Reproduction Steps:
- Launch the app
- Tap on "Present view controller"
- Tap the "done" button
- Black screen appears
I think I found the place where the problem seems to be.
In iOS 8 [transitionContext completeTranstion:YES] seems to be doing something weird. If you comment that line of code out, you can see the destination view controller, but cannot interact with it.
Reproduction Steps:
I think I found the place where the problem seems to be.
In iOS 8 [transitionContext completeTranstion:YES] seems to be doing something weird. If you comment that line of code out, you can see the destination view controller, but cannot interact with it.