Orientation of View in UITabbarController
I have use UITabbarController based project with 5 tabs.
1) I wanted 5th tab to be open as Landscape orientation because of designing.
2) In first 2 tab, on button click another view open showing table.So I want if user change the orientation than table get adjusted according to orientation.(table widh size is greater than the UIView and I put it in ScrollView to scroll horizontally which works fine.)
3) Rest of the View in tabs dont need to rotate.
I read UItabbarController with Navigation Based not support orientation if all tabs not support I tried it but simulator get rotate but View remain in Portrait mode.
|