Hi,
I used the following piece of code to set position of images.
list.x = display.contentWidth/2;
list.y = display.contentHeight - 25
In the simulator the image is at the bottom center of the screen, as desired. I checked this for all builds on simulator (Iphone 4, Ipad Retina, IPad, IPhone)
But when I run it on an IPad the Image was at the top of the screen. The x co ordinate wasn’t same either.
What could be the reason? [import]uid: 175611 topic_id: 34230 reply_id: 334230[/import]