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.