screenrect problem...
Posted: Sat Nov 08, 2014 10:29 am
If I make a stack at 320 x 480 then choose 'Device > iPhone 4s' from the 'Hardware' menu then :-
returns 0,0,320,480... this is expected. I change the Device to 'iPhone 5s' from the 'Hardware' menu and 0,0,320,568 is returned... this too is expected... However the same 0,0,320,568 is returned if I choose iPhone 6 or iPhone 6 plus from the 'Hardware' menu...
This is a show stopper for developing an iPhone app that you would like to run on all the iPhones from the 4s through to the 6 plus... unless of course, pockets are deep enough to have all four of the current iPhones sitting next to your Mac...
Anyone else seeing this ?... Anyone got a fix so I could know which iPhone the stack is running on ?
thanks
Code: Select all
put the effective working screenRect into fld 1
This is a show stopper for developing an iPhone app that you would like to run on all the iPhones from the 4s through to the 6 plus... unless of course, pockets are deep enough to have all four of the current iPhones sitting next to your Mac...

Anyone else seeing this ?... Anyone got a fix so I could know which iPhone the stack is running on ?
thanks