iPhone 6加上模拟器缩放

时间:2014-10-08 13:38:03

标签: ios xcode ios-simulator xcode9 simulator

即使将iPhone 6 plus模拟器扩展到50%(没有选项可以缩小此尺寸),使用它的尺寸仍然很大。 如何将其缩小到25%或更低?

enter image description here

3 个答案:

答案 0 :(得分:17)

在终端中运行:

  

默认写入〜/ Library / Preferences / com.apple.iphonesimulator SimulatorWindowLastScale“0.4”

您可以根据自己的喜好改变“0.4”。然后,在模拟器中,硬件 - >设备 - > iphone 6 plus。

答案 1 :(得分:0)

  

您可以将iOS模拟器扩展到需要扩展(我尝试从.2到1.4)并且它对我有效。

     

要执行此操作,您必须转到/ Library / Preferences并编辑com.apple.iphonesimulator.plist>文件。将KEY SimulatorWindowLastScale的值编辑为所需的比例。

     

我在最新版本的Mountain Lion(10.8.4)和iOS 6.0模拟器上尝试了这个。

https://apple.stackexchange.com/questions/62757/how-do-i-resize-the-ios-simulator

我在10.8.x(使用其他模拟器设备)上进行了测试,但未在10.9.x或10.10上进行测试

答案 2 :(得分:0)

现在,你可以缩小到 Xcode 6.3.1

中实际分辨率的25%
  1. 在模拟器上运行你的应用
  2. 选择窗口 - >比例(选择要缩放的百分比)
  3. 快捷键

    Command Key + 1 : 100%
    Command Key + 2 : 75%
    Command Key + 3 : 50%
    Command Key + 4 : 33%
    Command Key + 5 : 25%
    

    Screenshot for above steps