Developing iPhone app to Run on iPad - Auto Set 2x

后端 未结 2 1800
忘了有多久
忘了有多久 2021-01-19 00:13

Is there a way to programmatically set the iPad to run the iPhone app at 2x as it is launched (yet keep the iPhone app native). I understand I can create NIB files for each

2条回答
  •  终归单人心
    2021-01-19 00:51

    No. The pixel-doubling malarkey is not under your app's control, and is pretty much a crutch for apps that weren't designed for the iPad. If you didn't go nuts with specific pixel measurements in the original code, it shouldn't be difficult to move to the larger screen.

提交回复
热议问题