This image explains the issue I’m having: http://tinypic.com/view.php?pic=3480bar&s=5
For some reason, the simulator shows text I’ve created in a slightly different position (about 10 pixels higher) than my device does
I’ve worked around this for a long time by just positioning it ‘too low’ in the simulator so that it looks OK. But it’s a bit maddening as this affects me on multiple text fields and it seems like device should always match simulator
This happens whether I use display.newRetinaText or display.newEmbossedText, and on both iPhone and iPad
When I create the text, I create it as empty and then later on populate it with text
No idea though, why it looks one way in simulator and another on device.
Any ideas would be much appreciated
My config.lua follows:
application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”,
imageSuffix =
{
["@2"] = 2
},
},
} [import]uid: 32462 topic_id: 24605 reply_id: 324605[/import]