XCode 8 Take a screenshot on a device

简介: XCode 8 Take a screenshot on a deviceIf you need a launch image for your app, you can use Xcode to launch an app on a device and capture a screenshot.


XCode 8 Take a screenshot on a device



If you need a launch image for your app, you can use Xcode to launch an app on a device and capture a screenshot.

For iOS and tvOS apps, connect a device to your Mac before you begin.

For watchOS apps, connect an iPhone paired with an Apple Watch.


1、Take a screenshot using the Debug menu

      Choose Debug > View Debugging > Take Screenshot of Active Device.
      The new screenshot appears on the desktop.


2、Take a screenshot using the Devices window

      Open the Devices window (choose Window > Devices).
      In the left column, select your device, and in the detail pane, click the Take Screenshot button.

      The new screenshot appears on the desktop.


When generating your app’s launch images, always capture images from devices with the appropriate screen size and resolution.

For a universal iOS app, this means capturing screenshots both from an iPad and from an iPhone or iPod touch.

If you are submitting your app to the App Store, capture all required screenshots that you upload later to iTunes Connect.


看巴懂的留言,这个估计都能看懂,留个便签,方便查询。


目录
相关文章
|
NoSQL iOS开发 C++
Xcode Debug 大全
BUG,简单来说就是程序运行结果与预期的不同,下面来说说Xcode中的DEBUG方法
340 0
|
iOS开发
XCode出现Could not locate device support files的解决办法
XCode出现Could not locate device support files的解决办法
659 0
|
iOS开发
Xcode真机测试could not find developer disk image解决方法
Xcode真机测试could not find developer disk image解决方法
123 0
Xcode真机测试could not find developer disk image解决方法
|
iOS开发
Xcode9 打包App Store Icon(1024xp) WARNING ITMS-90704 -90717 问题解决
Xcode9 打包,上传 iTunes Connet 报错,提示需要在icon添加一张 Marketing 1024x1024 的图标 WARNING ITMS-90704: "Missing Marketing Icon.
2577 0
|
iOS开发
iOS11 Xcode 9 快速跳转到定义新姿势(Jump to Definition)
2017年9月20日,苹果如期推送 Xcode 9 和 iOS 11的更新. Xcode 9正式版与之前beta版本相差不大,编辑器有较大调整,试写代码,发现“跳转定义”跟以前不一样了,之前按住command +鼠标左键即可跳转定义.
1404 0