I have 2 viewcontrollers (A & B).
A is auto rotation and B is force to landscape.
When user turn off Portrait Orientation Lock, it's work ok : A always rotation follow device orientation.
But when Portrait Orientation Lock is on, A's orientation is always landscape when it is returned from B.
How to force A is always portrait when Portrait Orientation Lock is enable.
Thanks.