Hi,
I spent hours trying to support iPhone 5 tall screen.
- I have the latest XCode 4.5 / Corona SDK (926)
- I added Default–568h@2x.png with accurate size
- My config.lua is
application = {
content = {
width = 320,
height = 480,
scale = "zoomEven",
fps = 60,
imageSuffix = {
["@2x"] = 2,
}
},
}
build settings orientation:
orientation = {
default = "portrait",
supported = { "portrait", }
},
The game is perfect with Corona Simulator, but not full screen (with black borders) on XCode iOS Simulator and a real iPhone 5…
Any idea? [import]uid: 77660 topic_id: 31599 reply_id: 331599[/import]
