简体   繁体   English

以全分辨率在iPad上运行iPhone应用程序

[英]Running iPhone apps on ipad in full resolution

I developed an iPhone Portrait application compatible with 4S to 6+. 我开发了与4S至6+兼容的iPhone Portrait应用程序。 I don't want to create a separate application for iPad device, instead it needs to run as iPhone application. 我不想为iPad设备创建单独的应用程序,而是需要作为iPhone应用程序运行。 By default iPad device takes 4S resolution for running the application. 默认情况下,iPad设备采用4S分辨率来运行该应用程序。

My Question: 我的问题:

  1. Is there any possibilities to tell iPad device to run in 6+ resolution mode? 是否有可能告诉iPad设备以6+分辨率模式运行?
  2. I used iPhone 5C and iPad Mini for testing 我使用iPhone 5C和iPad Mini进行测试
  3. My application is developed with compact width and regular height mode Auto Layout. 我的应用程序是使用紧凑的宽度和常规高度模式的自动布局开发的。

Need your valuable answers !!!! 需要您的宝贵答案!!!

要在非iPhone 4分辨率的iPad上运行应用程序,您需要将其部署为通用应用程序-然后它将以iPad分辨率运行(在视网膜设备上为1024x768-@ 2x)

If you want to run your application on iPad then make it universal App. 如果要在iPad上运行应用程序,则使其成为通用应用程序。 Your application is iPhone app that's why its not able to detect iPad width & height and load default iPhone 4s width & Height. 您的应用程序是iPhone应用程序,这就是为什么它无法检测iPad的宽度和高度并无法加载默认的iPhone 4s宽度和高度的原因。

You may try to learn how Universal storyboard work with Xcode 6. 您可以尝试了解Universal Storyboard如何与Xcode 6一起使用。

No Tommy, there is no way for a developer to allow their users to run "6+ resolution mode" on an iPad without also having the users to go through jailbreaking and difficult tweaking process. 没有汤米,开发人员无法让他们的用户在iPad上运行“ 6+分辨率模式”,而又不让用户经历越狱和困难的调整过程。 You can file a request on Apple's developer forum but it will be ignored because Apple just want you to do things their way - which is to build the f*cking universal app, pal. 您可以在Apple的开发者论坛上提出请求,但该请求将被忽略,因为Apple只希望您按照自己的方式做事-这就是构建功能强大的通用应用程序pal。 It's their philosophy. 这是他们的理念。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iPhone应用程序还必须在iPad上运行且未经修改,并且必须具有iPhone分辨率和2X iPhone 3GS分辨率 - iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution 运行Air Apps / Actionscript时的iPad Pro分辨率 - iPad Pro resolution when running Air Apps / Actionscript 应用遭拒-iPhone应用还必须在iPad上运行且未经修改,并且必须达到iPhone分辨率和2X iPhone 3GS分辨率 - App rejected - iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution 顶部导航无法正常显示-iPhone应用程序还必须在iPad上运行且未经修改,并且必须达到iPhone分辨率和2X iPhone 3GS分辨率 - Top navigation is not coming properly - iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution 在iOS7下运行iPhone应用程序的iPad看起来很奇怪 - iPad running iPhone apps under iOS7 looks strange 在ipad中测试iphone应用程序? - Test iphone apps in ipad? 在iPad 3上测试iPhone 5(4“)应用程序 - Testing iPhone 5 (4") apps on iPad 3 2.10-iPhone应用程序还必须在iPad上运行且未经修改,以iPhone分辨率和2X iPhone 3GS分辨率运行,我的应用程序应仅在iPhone上运行 - 2.10 - iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution, my app should only run on iPhone 我可以使用单个XIB为iPhone和iPad创建全分辨率界面吗? - Can I use a single XIB to create full-resolution interfaces for both iPhone and iPad? 对于网络应用,iPhone 4+默认为320px分辨率,我想使用完整的640px - iPhone 4+ defaults to 320px resolution for web apps, I want to use the full 640px
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM