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.


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


目录
相关文章
|
iOS开发
Xcode运行报错Failed to prepare device for development.解决办法
Xcode运行报错Failed to prepare device for development.解决办法
634 0
|
iOS开发
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
Xcode报错:Failed to find a suitable device for the type SimDeviceType解决方法
202 0
|
iOS开发
XCode出现Could not locate device support files的解决办法
XCode出现Could not locate device support files的解决办法
698 0
|
iOS开发
“(null)” is of a model that is not supported by this version of Xcode. Please use a different device.
出现这个问题有两种情况: 第一: 就是手机系统的版本相对于Xcode的版本比较高,将xcode的版本升级就行了。 第二: 就是Xcode出问题了,判断失误,直接重启Xcode就好了。
880 0
|
4月前
|
jenkins Unix 持续交付
个人记录jenkins编译ios过程 xcode是9.4.1
个人记录jenkins编译ios过程 xcode是9.4.1
63 2
|
4月前
|
Linux 数据安全/隐私保护 iOS开发
如何使用 Xcode 打包导出 IPA 文件并进行 iOS 应用内测,无需支付苹果开发者账号费用?
如何使用 Xcode 打包导出 IPA 文件并进行 iOS 应用内测,无需支付苹果开发者账号费用?
|
1月前
|
iOS开发 MacOS Perl
解决Xcode运行IOS报错:redefinition of module ‘Firebase‘和could not build module ‘CoreFoundation‘
解决Xcode运行IOS报错:redefinition of module ‘Firebase‘和could not build module ‘CoreFoundation‘
77 4
|
1月前
|
iOS开发 开发者
解决xcode doesn‘t support iphone’s ios 14.6 (18f72)
解决xcode doesn‘t support iphone’s ios 14.6 (18f72)
88 3
|
1月前
|
缓存 iOS开发
如何在Xcode删除某个版本的IOS模拟器
如何在Xcode删除某个版本的IOS模拟器
155 1