- Home /
Question by
Suyuanhan · Dec 15, 2011 at 05:29 AM ·
iosresolution
How to test iPhone's resolution in iPad?
I found that when I make the app's resolution 960 * 640(iPhone's resolution) app test in iPad,
it will resize the resolution to full screen. But what I want is to show the small screen in the iPad's screen,
and it will show a little button "2X" at the corner( to zoom in the app screen).How to do that? Thanks...
Comment
the only way i know - tediously go through and build it (unity project build settings) ONLY as an iPhone app, then build it in Xcode, and eventually put it on an iPad.
Your answer