Force landscape for one view controller ios
问题 I've looked at several answers to questions similar but none of the answer worked. I have an app where I need everything portait except for one photo viewer I have. In the supported orientations section of the targets menu I only have portrait. How do I force my one view to be landscape. It is being pushed onto the stack from a nav controller but I'm using storyboards to control all that. 回答1: Since the answer seems to be hidden in the comments of the question and since ArunMak's answer is