I have this app I am working on and I need ALL my view controllers but one to be in portrait. The single one view controller that is special I need it to be able to rotate t
I had the same issue, finally found a solution to open the modal view controller in another UIWindow, and it worked smoothly.
Stack - iOS8 - prevent rotation on presenting viewController
For code: https://github.com/OrenRosen/ModalInWindow