In corona SDK how to add label(text) to images
I have created my image as follow
local item = display.newImageRect('images/foo.png',70,70);
item.x = 50;
item.y = 50;
How to add a text to the image?
Many Thanks [import]uid: 8519 topic_id: 11440 reply_id: 311440[/import]
[import]uid: 58733 topic_id: 11440 reply_id: 41442[/import]