Swift version: 5.2
By default the iOS Simulator shows whatever the time is on your Mac, but you can use Xcode’s simctl
command to override that with a custom time.
For example, Apple always uses 9:41am in their screenshots, because that was the time the original iPhone was announced. If you want to get the same thing in your simulator screenshots, use this command:
xcrun simctl status_bar "iPhone 11 Pro Max" override --time "9:41”
You should replace the simulator name with whatever device you want to change.
Tip: The time shown is just a string, and can be whatever you want. You could use --time “twostraws” for example, and that would work just fine.
SPONSORED Would you describe yourself as knowledgeable, but struggling when you have to come up with your own code? Fernando Olivares has a new book containing iOS rules you can immediately apply to your coding habits to see dramatic improvements, while also teaching applied programming fundamentals seen in refactored code from published apps.
Sponsor Hacking with Swift and reach the world's largest Swift community!
Available from iOS 13.0
This is part of the Swift Knowledge Base, a free, searchable collection of solutions for common iOS questions.
Link copied to your pasteboard.