

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to take a screenshot of my iOS application in the iOS simulator?
To take a screenshot of an iOS Application running in Simulator you can you any of the below ways.
Capturing device Screen − you can capture your Mac's screen from the area your simulator is running in. to do this you have to press, Command, shift and 4 at the same time, then drag to select the area you want to capture. Alternatively you can press 3 instead of 4 to capture the whole screen.
Open simulator, and press Command along with S at the same time, this will take a screenshot and save on desktop generally.
you can also open simulator, go to file menu and select New Screenshot from there.
- Related Questions & Answers
- How to programmatically take a screenshot on iOS?
- How to take a screenshot programmatically in iPhone/iOS?
- How to disable the network in iOS Simulator?
- Where are iOS simulator screenshots stored?
- How can I set an icon for my iOS application?
- How to use images while developing iOS App in a Simulator?
- How to open a website in iOS's web browser from my application?
- How to get the current version of my iOS project in code?
- Launching the App Store from an iOS application
- How to take screenshot of a div with JavaScript
- How to programmatically take a screenshot in android?
- How to take a screenshot of the window using Python?(Tkinter)
- How to take screenshot in Android Programatically?
- How to detect if an iOS application is in background or foreground?
- How do I display the current date and time in an iOS application?
Advertisements