I’m making a universal app and I was wondering if it is possible to set initial orientation to Landscape for iPad and Portrait for iPhone? Currently, I’m setting initial interface orientation in the info.plist file but it doesn’t seem to have different options for iPad and iPhone . If it cannot be done through info.plist file then how to do it programmatically?
I’m making a universal app and I was wondering if it is possible to
Share
It looks like the
initial interface orientationproperty conflicts with thesupported orientations. I found the solution here, though.