沒有 iPhone,如何使用 XCode 截屏? (Without iPhone, how to take screenshot with XCode?)


問題描述

沒有 iPhone,如何使用 XCode 截屏? (Without iPhone, how to take screenshot with XCode?)

I'm building iPhone / iPad app with Xcode. now i want to take screenshot of this application.

with 960x640 size.

so how to? the screen on simulator is too small 


參考解法

方法 1:

You can use cmd+S into the simulator, it will capture the screen.

Image will be saved to the Desktop.

方法 2:

In the simulator navigate to 

  

Hardware>>Device>>iPhone (Retina)

Then you can use command-s to capture the simulators screen in retina, and the screenshot requirement is 640x960.

Keep in mind, the retina simulator screen may not fit vertically on your screen depending on its resolution.

(by TomSawyeroliripMick MacCallum)

參考文件

  1. Without iPhone, how to take screenshot with XCode? (CC BY-SA 3.0/4.0)

#screenshot #XCode






相關問題

沒有 iPhone,如何使用 XCode 截屏? (Without iPhone, how to take screenshot with XCode?)

mapViewDidFinishLoadingMap:調用過早 (mapViewDidFinishLoadingMap: called too early)

屏幕截圖上的窗口沒有消失 (Window not disappearing on Screenshot)

Appium 中用於混合應用程序的多個屏幕截圖 (Multiple Screenshots in Appium for Hybrid Apps)

在Linux上通過Python腳本拍攝屏幕截圖 (Take a screenshot via a Python script on Linux)

如何使用服務器端腳本生成網頁的屏幕截圖? (How can I generate a screenshot of a webpage using a server-side script?)

如何使用 ruby 和 unix 服務器截取網頁截圖? (How do I take screenshots of web pages using ruby and a unix server?)

使用 jquery 生成網站的屏幕截圖 (generating a screenshot of a website using jquery)

畫面區域的選擇 (Selection of screen area)

使用 PHP 的網頁截圖? (Web Page Screenshots with PHP?)

iPhone:如何在使用 3d 圖層轉換時以編程方式拍攝屏幕截圖 (iPhone: how to take screen shots programmatically when using 3d layer transformations)

防止 VideoView Activity 中的視頻屏幕截圖 - Android (Prevent Video screen capture in VideoView Activity - Android)







留言討論