Reputation: 610
I'm working on an app using the python/Kivy-iOS toolchain. For some reason, when I build to the iPhone5, the app doesn't run fullscreen (there's letterboxing at the top and bottom, see attached screenshot). This seems to be the default behavior for Kivy on iOS.
Any idea how to set the resolution manually or make it detect resolution properly?
Upvotes: 4
Views: 984
Reputation: 1434
iPhone5 requires a launch image with following properties for it to enable full 4" screen size for your app
Place in your app-kivyapp/ directory or add them via xcode's settings interface and you are good to go.
Upvotes: 3