My app is totally work only on portrait mode, but I have only one UIViewController that needs to be only in landscape mode in iOS6.
So:
- One UIViewController should only support landscape mode.
- The others UIViewController should only support portrait mode.
If I change on supported Interface Orientations
to support both modes, I can't prevent them from rotate.