Aspect ratio: Auto vs. Auto orientation
What is the difference between the settings "Aspect ratio = auto" and "Auto orientation = true"?
-Aaron
What is the difference between the settings "Aspect ratio = auto" and "Auto orientation = true"?
-Aaron
The aspect ratio setting of portrait, landscape, or auto, controls what orientation the app opens up in. Most times you would choose portrait or landscape, but in doing so you’re saying that the app only uses that ratio. If you have an app that is both portrait and landscape, then auto might make sense. You would also want to include all of the possible splash screens, not just the portrait or landscape ones.
Auto orient controls whether the app will rotate around when the user turns the device 90 or 180 degrees. For iOS apps you would most likely want that to be on, because it’s a requirement for the iTunes store. But, as an alternative you can have it set to be off, then change that at runtime to be on at the right times. One example use case would be if part of the game play involves using the accelerometer, you wouldn’t want the screen to rotate on the user while playing that part of the game.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.