Allow all orientations for only one view controller
问题 I know this question was already asked in here, here and here. I tried all possible ways but wasn't successful. I'm trying to develop an application in Swift (iOS 8), in which only one view controller can be viewed in all orientations others in only portrait. For this, I have enabled only Portrait mode in Target->General->Device Orientation (because I want the application to operate only in portrait mode except one view controller). I have added below code to the view controller that I want