A view controllers can only be rotated, if every other view controller member of navigation controller stack is set for auto-rotation too.
Correct me if I'm wrong here?
I tried to get around this by pushing to a new navigation controller, but apparently you can only modally segue to new navigation controllers.
Is this true?
And model views can't be set to rotate.
Is this true?
This is my current understanding, and if I'm write in what I have said above, then how can you get around auto rotating one view controller, in a stack of view controllers?
Correct me if I'm wrong here?
I tried to get around this by pushing to a new navigation controller, but apparently you can only modally segue to new navigation controllers.
Is this true?
And model views can't be set to rotate.
Is this true?
This is my current understanding, and if I'm write in what I have said above, then how can you get around auto rotating one view controller, in a stack of view controllers?