IT story

iPhone / iPad Simulator의 크기를 조정하는 방법은 무엇입니까?

hot-time 2020. 6. 24. 07:29
반응형

iPhone / iPad Simulator의 크기를 조정하는 방법은 무엇입니까?


iPad- 시뮬레이터는 iPad23 인치 Full-HD 화면 (및)에서 실제로 작습니다 (실제 화면 크기의 1/3 15" MacBook Pro).

크기를 조정하는 방법이 있습니까?

하위 픽셀을 방지하기 위해 크기와 dpi 비율을 유지해야한다는 것을 알고 있지만 돋보기가 없으면 아무것도 볼 수 없습니다.


+ 1100 %
+ + 275 %
+ 350 %


Xcode 9-Simulator로 더 유연합니다. 시뮬레이터의 모서리를 선택하고 드래그하여 크기를 조정하고 요구 사항에 따라 설정하십시오.

이 스냅 샷을보십시오 :

여기에 이미지 설명을 입력하십시오


참고 : Xcode 9.1+에서는 시뮬레이터 스케일 옵션이 변경되었습니다.



키보드 단축키 :
Xcode 9.1+에 따름

Physical Size       ⌘ 1      command + 1
Pixel Accurate      ⌘ 2      command + 2


Xcode 9에 따르면

50% Scale           ⌘ 1      command + 1
100% Scale          ⌘ 2      command + 2
200% Scale          ⌘ 3      command + 3

Xcode 메뉴의 시뮬레이터 스케일 옵션 :

Xcode 9.1+ :
메뉴 바 ▶ 창 ▶ "여기에서 사용 가능한 옵션은 시뮬레이터 스케일 변경"( 물리적 크기픽셀 정확도 )

Pixel Accurate : Mac 시스템 디스플레이 화면 크기 (픽셀)가 높은 해상도를 지원하는 경우 시뮬레이터를 실제 (물리적) 장치의 픽셀로 조정합니다. 그렇지 않으면이 옵션은 비활성화 된 상태로 유지됩니다.

여기에 이미지 설명을 입력하십시오

Xcode 9.0
메뉴 바 ▶ 화면 ▶ 스케일 ▶ "여기서 옵션은 시뮬레이터 스케일 변경"

여기에 이미지 설명을 입력하십시오


터미널 명령 사용 터미널 명령을 사용하여
시뮬레이터를 조정하려면 다음 단계를 따르십시오.

  1. 시뮬레이터 닫기 / 종료 (열린 경우)
  2. Terminal열기 (스포트라이트 검색 사용, 눌러서 스포트라이트 검색 열기 ⌘ + SPACE)
  3. 다음 텍스트를 복사하여 터미널 커서 옆에 붙여 넣습니다.

defaults write ~/Library/Preferences/com.apple.iphonesimulator SimulatorWindowLastScale "0.3"

  1. '시뮬레이터'를여십시오 (Xcode를 사용하여 iOS 프로젝트를 실행하십시오).

시뮬레이터 스케일 업데이트를 찾을 수 있습니다.



Xcode 9.x :

  1. 고르다 Simulator
  2. 이동 Window
  3. 선택 Physical Size(옵션 cmd + 1)

스크린 샷 1

이제 이것이 관심사에 따라 크기가되지 않으면 아래 단계를 따르십시오.

  1. 고르다 Simulator
  2. 고토 edge of simulator. 이 것 (양방향 화살표) 옵션의 크기를 조정 커서를 변환합니다.
  3. 이제이 크기 조정 옵션을 사용할 수 있습니다 change the size as you desire.

Xcode 8 이하 :

https://stackoverflow.com/a/30588057/1753005


Xcode 9, Beta 6의 경우 : 창 메뉴에서 "장치 베젤 표시"를 선택 해제하십시오. 그런 다음 Cmd + 2는 100 %로 스케일되어야합니다 (윈도우 메뉴-> 스케일-> 100 %).

15 인치 Macbook Pro (2017 모델)를 사용하여 테스트했습니다.


XCode 10의 경우 결국해야했습니다.

defaults delete ~/Library/Preferences/com.apple.iphonesimulator DevicePreferences

I just could not find any other way to reset zoom level. Even using Window->Zoom to toggle zoom, would not restore back to 100% (2042x2732 iPad 12.9-inch).

Deleting device preferences allowed the simulator to open at full resolution again, so I could take the screen shots required for app store submission.

The Physical Size and Pixel Accurate options remain greyed out.


But in the smaller screens(MacBook Pro 15-Inch), I can't scale it more than the screen size

There are little utilities that allows you to set your display resolution much higher as the System Preference may offer you.

For instance, if u need 12.9-Inch Retina Display screenshot with a resolution of 2048 x 2732 pixels for portrait. I simply use one of these utilities (e.g.: Display Menu from the App Store) to set my Macbook Pro 2017 Retina display to 3360x2100.

After that I start the Xcode Simulator with a 12,9" iPad Retina and resize the Simulator to the maximum of the screen. As a result, I get exactly 2048 x 2732 which is ready to upload to the App Store.

여기에 이미지 설명을 입력하십시오

Hope that is useful for someone.


Xcode 9.x

You can resize any simulator in the same way of expanding any windows in Mac. Move the mouse over the corner of any simulators and the pointer changes. Click and drag to expand/shrink the simulator. Verified using Xcode 9.2


For Xcode 9.4 this is the only thing which worked: -Uncheck "Optimize rendering for window size" in the "Debug" menu. -take a *screen shot using "⌘s" or "New screen shot" from the file maenu.

*note - it doesn't matter what size the simulator is, the screen shot will be the correct size for uploading to iTunes Connect


You can do this:

Window > Uncheck Show Device Bezels

After that, you can customize your simulator's width and length. If you're satisfied in its size, you can check again the 'Show Device Bezels'


CMD + Space

Search for System Preferences

Then Select Accessibility

Choose Zoom

Check Use scroll gesture with modifier keys to zoom:

Select CMD Key or Option (whichever you prefer)

Thats it:

Now on your trackpad do CMD + 2 finger UP and Down to Scroll to Zoom in or Zoom out

여기에 이미지 설명을 입력하십시오


  1. Look at this picture.
  2. See the red tips.
  3. You can resize your ios simulator easy.

스크린 샷

참고URL : https://stackoverflow.com/questions/6140051/how-to-resize-the-iphone-ipad-simulator

반응형