在ipad模拟器中如何将屏幕尺寸设置为1x 2x格式
对于我的应用程序,我设置了目标设备系列=iPhone/iPad
,并在项目->将 Active 可执行文件设置为 iPad 模拟器,它会在 iPad 模拟器中以 1x/2x 格式打开我的应用程序,因此我可以使用选项 1x 2x 更改大小。
现在我已经将我的 IOS SDK 从 4.1 升级到 4.2,
问题是:现在我的应用程序在 iPad 模拟器中以全屏尺寸(而不是 1x 2x 格式)打开,并且所有控件在屏幕上的位置都已更改,并且破坏了整体外观应用程序的。
现在我想以相同的 1x 2x scrren 大小格式再次在 iPad 模拟器中打开我的应用程序。
那么现在我该怎么做呢?
请帮助和建议
谢谢
For my App I have set the target device family=iPhone/iPad
and in project-> Set Active executable to iPad simulator and it was opening my App in iPad simulator in 1x/2x format so i could change the size by using option 1x 2x.
now i have upgrated my IOS SDK to 4.2 from 4.1
the probleam is: now my App opens in the iPad simulator with full screen size(instead of 1x 2x format) and all controls' position on the screen has been changed and it spoiled whole look of app.
now I want to open my app in iPad simulator again in the same 1x 2x scrren sizes format.
so now How I can do that?
please help and suggest
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1x/2x 选项只是 iPhone 应用程序的兼容性选项。如果您将目标设备系列设置为 iPhone/iPad,那么它是一个通用应用程序,并且将始终在 iPad 上以全分辨率显示。
The 1x/2x option is only a compatibility option for iPhone-only apps. If you set the targeted device family to iPhone/iPad, then it is a universal app and will always display at full resolution on the iPad.