Im converting an Iphone app to a universal App, I have created an Ipad specific view controller to deal with the view, However the view doesnt rotate and i cant see what im missing.
the shouldAutorotateToInterfaceOrientation on the view always returns yes but the view doesnt move.
It is within a tab bar application structure
Tab Bar Controller > Navigation Controller > View Controller
and the lock isnt on either.
You have to make sure ALL the view controllers you have support rotation, even if the are in different tabs, otherwise you won’t get the rotation effect.