UIVIew layout and orientation changes
- by Raja Marimuthu
Hi,
I am supporting all orientation for the iPad app. I am adjusting the my view with autoresizingMask for orienttaion changes (main view and tabbar) . But the subviews in the main view are flowing out of the mainview in landscape mode.
so i forced a "setNeedsLayout for the mainview, making subviews in mainview to fit into the mainview boundary.
…