How can I force change orientation, when viewWillAppear?
I want only one navigationController to force landscape, other controllers I want to portrait.
When I push to landscape controller it shows like portrait, but when I rotate mobile, it locks, like landscape like I want.
How can I do that, when vieWillAppear? Is there any function to that?