I have a tab bar application, in one tab I have a view that has a different item(look) for landscape and portrait. my question is how can I handle this feature.
Thanks for helping me.
I have a tab bar application, in one tab I have a view that
Share
I had similar issue. You can just check orientation by:
inside the if statement setup desired layout. If you have it in nib file you can substitude the whole view by self.view = portairtView; which can be defined and in the same nib. You can do same thing with an inner part of the view.