How to iPad start app in landscape?
I have an iPhone app which I want to make an universal app.
On iPhone, it should always start in portrait.
On iPad, it can start in portrait or landscape.
How do I do that? I already have the code in viewcontroller to allow landscape on iPad. However, it starts in portrait, then rotate to landscape.
|