简体   繁体   English

IPhone上当前运行的应用程序的屏幕截图

[英]Screenshot of currently running application on IPhone

On the IPhone, is it possible to get a screenshot of the currently running application, from another application that is running/backgrounded/being launched? 在iPhone上,是否可以从正在运行/后台启动/正在启动的另一个应用程序获取当前运行的应用程序的屏幕截图? or somehow make available a screenshot of the current application to another application that is then automatically launched? 或以某种方式将当前应用程序的屏幕截图提供给另一个自动启动的应用程序?

No it is not possible. 不,这是不可能的。 It is not possible to know anything about another apps in iOS (if you're using documented methods). 无法了解iOS中的其他应用程序(如果您使用的是文档化方法)。

This is possible using Xcode's Organizer: 这可以使用Xcode的管理器:

  • in Xcode, select "Window" menu and then "Organizer" 在Xcode中,选择“窗口”菜单,然后选择“管理器”

  • in the newOrganizer window, select "Devices" 在newOrganizer窗口中,选择“设备”

  • select your iPhone device and unfold 选择你的iPhone设备并展开

  • select "Screenshots" at the bottom of the list 选择列表底部的“屏幕截图”

  • now click on the "New screenshot" button (bottom right of the window) 现在点击“新屏幕截图”按钮(窗口右下角)

You can export screenshots just by drag/drop on your desktop. 您只需在桌面上拖放即可导出屏幕截图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM