English 中文(简体)
更改Xcode 4.3.2[复制] 的iPad/iPhone模拟器决议
原标题:Changing iPad/iPhone simulator resolution for Xcode 4.3.2 [duplicate]

I am working on a Philips 19" and upgraded Xcode to version 4.3.2. On the new "Retina Display" on iPad 3 (oh, sorry, on The New iPad) my iPad simulator changes it s resolution and the simulator has vertical and horizontal scroll bars!

How do I change the resolution of the an iOS simulator?

最佳回答

以下骑手应当有所助益:

  • Command ⌘ + 1 (100%)
  • Command ⌘ + 2 (75%)
  • Command ⌘ + 3 (50%)
  • Command ⌘ + 4 (33%)
  • Command ⌘ + 5 (25%)

看看菜单:“寡妇-&;比额表”,看这些选择。

问题回答

You can enable the retina display using - Hardware -> Device -> iPad

You can press cmd + 1 or cmd + 2 or cmd + 3 to change the size of the simulator. It will load the retina images but use a smaller simulator so you don t have to scroll for your testing.

除<代码>cmd+1外,cmd+2cmd+3以下备选办法:;Scale: zoom to 100%, 75% and 50%。 换言之,在<条码>上设定“Simulator Window LastScale优选,com.apple.iphonesimulator.plist <代码>~/Library/P参比的目录。 在一个终端站维持以下指挥系统,使我能够看到一个名叫IPad Air和Siulator的完全屏幕:

defaults written ~/Library/P参赛/com.apple.iphonesimulator Simulator Window LastScale “0.4”

另见https://apple.stack Exchange.com/a/93313

在菜单中:

硬件-配对; 装置-> iPad

也可以在Simulator->Wow选择Size,使大小与Pi物理大小一样大:

简称为Cmd+1





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签