As seen here: http://d.pr/i/lfKm
I have a title bar and bottom navigation bar that don’t display the same in Corona Simulator as they do on my device. They seem to be about 20px off.
The code for the titlebar is this:
local titlebar = display.newImage ("titlebar.png")
localGroup:insert(titlebar)
titlebar.y = 22
Is it something to do with the status bar? Seems in simulator, if I set something at y=0, that element goes to the very top, even under the status bar - in simulator. But on the device, y=0 starts at the bottom of the status bar.
I’m a noob here, so please respond slowly and with great detail. Thanks!
[import]uid: 101670 topic_id: 28547 reply_id: 328547[/import]
[import]uid: 52491 topic_id: 28547 reply_id: 115103[/import]