Needing some helps with gettinig iphone game stretch to ipad game.

hi i have iphone game finished. I need help to get it work on ipad game. Currently i have iphone game use 2x button. I not want that method.

It is need to stretch automatically like i see in corona sdk. please help and thanx for help

At first, you need to set your targets > Summary> iOS Application Target -> Devices from “iPhone” to “Universal”
Then the x2 button will disappear. You need to adjust the coordinates and resources manually, it’s not a small workload if you haven’t consider it at beginning.

You can actually scale it up and down using setScale();