I have a storyboard app that is almost always in portrait. I do have one Navigation Controller (with 2 view controllers) that needs to be in landscape mode. It connects back to the main tab controller of the app, and all other view controllers and nav controllers in the app need to stay in portrait mode. I've tried setting orientation to landscape and allowing right and left orientations, but this unlocks all of the viewcontrollers to shift to landscape mode. Is there a way to allow only those 2?
Thanks for any help! Ben