Short answer: swipe down from the top-right corner of the iPhone, tap the Record button, wait for the countdown, and use your app. Hold the button to turn the microphone on. Before recording, silence notifications with a Focus, use demo data, and, if you want a perfect status bar, record in the Xcode Simulator with a status bar override. Then crop and caption for a vertical frame.
Recording on iPhone
Apple's steps (Screen record on iPhone, as of 17 September 2026):
- Swipe down from the top-right corner to open Control Center.
- Tap the Record button and wait for the countdown.
- Leave Control Center and use the app.
- To stop, tap the red indicator at the top and tap Stop. The video saves to Photos.
If Record isn't there, add it to Control Center first. To record your voice, touch and hold Record and tap the microphone. Apple notes you can't record and mirror the screen at the same time, and some apps block recording.
Clean-capture checklist
| Item | Why | How |
|---|---|---|
| Notifications silenced | Banners ruin takes and leak private info | Turn on a Focus |
| Demo account and data | No real user data on screen | A test account with believable made-up content |
| Full battery or charging | A low-battery icon looks sloppy | Charge first |
| Wi-Fi strong | Loading spinners waste seconds | Record near the router |
| Light or dark mode chosen | Consistent look across clips | Pick one per series |
| Text size default | Matches what viewers expect | Settings → Display & Brightness |
| Touches visible (optional) | Viewers see where you tap | Add taps in editing |
A perfect status bar: the Simulator
Real devices show the real time, carrier and battery. For a fixed "9:41" look,
record your app in the Xcode Simulator and override the status bar. The
simctl status_bar command arrived with Xcode 11, for example
xcrun simctl status_bar "iPhone 11" override --time 9:41 --batteryState charged --batteryLevel 100
(Jesse Squires, as of 17 September 2026).
The trade-off: Simulator footage lacks real device feel, and some features
(camera, some hardware) don't work there. On a Mac, see also
screen recording setup on Mac.
Framing for a vertical feed
- Keep key UI in the middle. TikTok places captions and buttons along the bottom and right; don't put the result there.
- Zoom in on the tap that matters. A full phone screen is small on a phone.
- Cut dead time. Remove loading and hesitation.
- Add one caption per step. Many people watch without audio.
- Show the result in the first seconds or tease it.
More in app demo video best practices.
Audio and voiceover
Screen recordings are often silent, which is fine for captioned videos. If you want narration, record it separately in a quiet room; it's easier to fix than a microphone take during the recording. Keep the script short, match it to the cuts, and use only music you're allowed to use on each platform.
From recording to posting
Recordings land in Photos; edit them in your editor of choice, then export. If you post with Farmero, the finished clip goes to the phone over the USB cable (or a signed cloud link without a cable), and the delivered clip is removed from the camera roll after confirmation, so your recordings folder stays tidy. See clip delivery.
FAQ
Why is there no Record button in Control Center?
It needs to be added to Control Center first in your iPhone's settings.
How do I record my voice with the screen?
Touch and hold the Record button, then tap the microphone before recording.
How do I hide notifications while recording?
Turn on a Focus, such as Do Not Disturb, before you start.
Can I get the 9:41 status bar on a real iPhone?
Not with a built-in setting. Apple's Simulator supports a status bar override
through xcrun simctl status_bar.
