Is it possible that, in one view controller one view supports orientation while some do not.I mean suppose I have one MainViewController which contains two UIView say FirstView and SecondView.At a time only one view will be visible.Suppose First view supports both orientation while second view only supports portrait.When I launch second view when device orientation is landscape, it should launch in portrait not in landscape mode.But my problem is it is launching in landscape mode only.If it is possible then how I ca achieve this?
Thanks in advance!