Quick question that I have not been able to find a solid answer for: If the device (in my case an iPad) is in landscape mode when the app is started will any orientation detection method always return portrait?
Quick question that I have not been able to find a solid answer for: If the device (in my case an iPad) is in landscape mode when the app is started will any orientation detection method always return portrait?
There is standard code in Xcode for that. So that if u have it sideways, ur app will start sideways, and the other way around. u can also force it to be 1 side only.