views:

273

answers:

1

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.

But the issues is that subviews added in the lower part fo mainview are not responding to touches in landscape mode, but working fine with portrait mode.

Any F1 ?

A: 

This sounds like what I ran into here. Try deleting and rebuilding the uiview in IB.

Oldmicah