I wasn’t sure where to put this, so i put it in iOS, since it only appears on iOS.
I have created an app the shows news stories.
I display the text with:
local story = display.newText(text, 5, 190, display.contentWidth-10, 1100, native.systemFont, 16) story:setTextColor(255, 255, 0)
The text is a simple string and there is nothing weird about it.
It displays just a giant box which is the colour of the text colour.
Does anybody have any ideas why?
I’ve included a screenshot of what it does