Swift version: 5.6
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 12 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.
For much more control over how your simulator looks and works, check out my free Control Room app on GitHub.
SAVE 50% To celebrate Black Friday, all our books and bundles are half price, so you can take your Swift knowledge further without spending big! Get the Swift Power Pack to build your iOS career faster, get the Swift Platform Pack to builds apps for macOS, watchOS, and beyond, or get the Swift Plus Pack to learn advanced design patterns, testing skills, and more.
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.