We're working on a universal iOS app and want to be able to run in portrait mode for iPhone and landscape mode for iPad.
Right now we're setting the aspect ratio in code on the first frame, but this causes the screen to display a rotating animation as the application changes orientation, which looks bad. Is there a better way to do this?