views:

93

answers:

1

Hi,

I use a UITabBarController with 4 views. The first of those 4 views should be able to rotate, the other three not. And now the problem is, when having a tab bar controller you have to set all used views to rotatable (i.e. returning TRUE in shouldAutorotateToInterfaceOrientation).

So, my question is now, can I prevent the three views from rotation even though the shouldAutorotateToInterfaceOrientation method returns TRUE?

Thanks for your help.

Regards Matthias

A: 

Please refer to this question http://stackoverflow.com/questions/2555774

Shaji