iOS Tips · 9 min read · July 16, 2026
How to Use iPhone Camera Control to Instantly Pull Up Your QR Code (iOS 18 Hidden Trick)
If you own an iPhone 15 Pro, 16, or 16 Pro, iOS 18 hid a networking superpower in plain sight: the Camera Control button can launch any app — including a QR-code deck — with a single press, getting your Instagram or LinkedIn QR in front of someone in roughly 2 seconds flat instead of the usual 8–12 taps buried inside each app. [5] Here is exactly how to set it up, why it works, and how to squeeze every drop of utility out of Apple's newest hardware button.
- Compatible hardware: Camera Control ships on iPhone 15 Pro, 16, 16 Plus, 16 Pro, 16 Pro Max, iPhone 17, and iPhone Air — every current flagship except the iPhone 16e. [5]
- The iOS 18 API behind the magic:
AVCaptureEventInteractionlets apps register handlers that fire in response to Camera Control presses, even from the Lock Screen. [1] - The Shortcuts path: Pairing Camera Control with a Shortcuts automation lets you launch any app — not just the camera — making it the fastest hardware-button trick on iPhone. [6]
- Action Button alternative: iPhone 15 Pro owners without Camera Control can follow the same pattern via Settings → Action Button → Shortcut, choosing the same automation. [7]
- One-tap QR access: Apps that implement
AVCaptureEventInteractionnatively (like Qard) can respond to Camera Control at the OS level, going straight to your top QR card the moment you press the button. [3] - Quick settings tweak: Turning off "Require Screen On" in Settings → Camera → Camera Control means one press wakes and launches — no double-press needed. [4]
| Feature | Camera Control (iPhone 15 Pro / 16 / 17) | Action Button (iPhone 15 Pro+) | Lock Screen Shortcut |
|---|---|---|---|
| Hardware location | Right-edge capacitive button | Left-edge physical button | Lock Screen customization |
| Default action | Opens Camera app | Configurable (12 options) | Opens chosen app/shortcut |
| Custom shortcut support | ✅ Via Shortcuts automation | ✅ Via Settings → Action Button → Shortcut | ✅ |
| Works from Lock Screen | ✅ (with "Require Screen On" off) [4] | ✅ | ✅ |
| Native app API (iOS 18) | AVCaptureEventInteraction [1] | N/A | N/A |
| Best for QR decks | ⭐ Fastest (1 press) | ✅ Great fallback | ✅ Good fallback |
TL;DR: Reassign Camera Control to a Shortcuts automation that opens your QR-code app, disable "Require Screen On," and your top QR card is one hardware-button press away — even from a locked screen.
What Is Camera Control, and Why Should Networkers Care?
The Button Apple Built for Creators (and Accidentally for Networkers)
Apple introduced Camera Control with the iPhone 16 lineup in September 2024 as a capacitive, touch-sensitive side button designed to give photographers direct access to shutter, zoom, and exposure controls. [2] But the iOS developer community quickly realized its true potential: because the button fires hardware-level events, it can trigger any registered shortcut — not just camera functions. [6]
For networking situations — conferences, meetups, coffee chats, trade-show floors — this is significant. Pulling up your LinkedIn QR code the standard way requires opening the LinkedIn app, tapping your profile photo, tapping the QR icon, and waiting for it to render. That's 4–6 taps and 8–12 seconds on a good day. Camera Control collapses the entire flow into one press.
"The Camera Control provides direct access to your app's camera experience." — Apple Human Interface Guidelines, Camera Control [2]
Which Devices Have Camera Control?
Not every iPhone runs this trick natively. Here's the hardware breakdown as of 2025:
| iPhone Model | Camera Control | Action Button | iOS 18 Support |
|---|---|---|---|
| iPhone 15 Pro / Pro Max | ❌ | ✅ | ✅ |
| iPhone 16 / Plus | ✅ | ✅ | ✅ |
| iPhone 16 Pro / Pro Max | ✅ | ✅ | ✅ |
| iPhone 16e | ❌ | ❌ | ✅ |
| iPhone 17 / Air | ✅ | ✅ | ✅ |
Camera Control ships on every new iPhone model except the iPhone 16e [5], meaning the majority of iPhones sold in 2024–2025 support this trick. iPhone 15 Pro owners should skip to the Action Button fallback section below — the result is nearly identical.
The iOS 18 API That Makes It Work
Under the hood, Camera Control hardware events are surfaced to apps through AVCaptureEventInteraction, an object in Apple's AVKit framework that "registers handlers to respond to capture events from system hardware buttons." [1] Developers at WWDC 2024 were shown how to wire this interaction into their apps — including how to handle events while the device is locked. [3]
This means well-built apps can respond natively to Camera Control at the OS level, without a Shortcuts intermediary. The user experience is a direct, zero-delay jump into the app's most relevant view. For a QR-code deck, that's your highest-priority card, fully rendered and scannable, before the other person even lifts their phone.
How to Remap Camera Control to Your QR App in 3 Steps
Reassigning Camera Control to open a QR-code app takes about 90 seconds. The path uses iOS's built-in Shortcuts automation system, which can run virtually any action — including launching a specific app — when triggered by a hardware button. [6]
Step 1 — Create the Shortcut Automation
- Open the Shortcuts app on your iPhone.
- Tap the Automation tab at the bottom.
- Tap + in the top-right corner.
- Scroll down to Camera Control under "Device."
- Tap New Blank Automation when prompted for the trigger.
- Tap Add Action, then search for Open App.
- Select your QR-code app (e.g., Qard) as the target. [6]
- Toggle off Ask Before Running so it fires instantly.
- Tap Done.
Step 2 — Remove the "Double-Press" Annoyance
Early iOS 18 builds required two Camera Control presses when the screen was off: one to wake the device, one to trigger the action. iOS 18.2 fixed this with a setting toggle. [4]
- Open Settings.
- Go to Camera → Camera Control.
- Disable Require Screen On.
Now a single press from a locked screen wakes the iPhone and fires your shortcut simultaneously — the QR card appears the moment the screen lights up. [4]
Step 3 — Verify the Deep-Link Behavior
Apps that implement AVCaptureEventInteraction natively (registered at the OS level via iOS 18's API) bypass the Shortcuts layer entirely and respond even faster. [1] When Qard detects a Camera Control event, it fires a UIApplicationShortcutItem equivalent that opens the Present view directly — full-screen, gradient background, scannable QR — for your most-used card (sorted by scan count).
If you're using the Shortcuts method instead, the result is functionally identical: the app opens, and if it's coded to remember your last-viewed card or default to your favorite, you'll see your QR in under two seconds.
"Your extension must use AVCaptureEventInteraction to handle events from the system hardware buttons." — Apple WWDC 2024, Build a great Lock Screen camera capture experience [3]
Action Button Fallback for iPhone 15 Pro (and a Better Alternative for All)
Setting Up the Action Button as a QR Shortcut
iPhone 15 Pro and 15 Pro Max owners don't have Camera Control, but the Action Button on the left edge can do the same job via the Shortcut action. [7] The setup path is slightly different:
- Open Settings → Action Button.
- Swipe through the carousel to Shortcut.
- Tap the field below and select your QR app shortcut from the Shortcuts library.
- Press the Action Button once to confirm it fires correctly.
For the Controls, Shortcut, and Accessibility actions, Apple requires you to tap the selector below the action and pick a specific option — otherwise the Action Button does nothing. [7] Make sure you've completed that step before testing.
Comparing the Two Methods
| Method | Setup Time | Speed | Works from Lock Screen |
|---|---|---|---|
| Camera Control + Shortcuts Automation | ~90 sec | ~1–2 sec | ✅ (after "Require Screen On" toggle) |
| Action Button + Shortcut | ~60 sec | ~1–2 sec | ✅ |
Native AVCaptureEventInteraction (in-app) | Developer-configured | <1 sec | ✅ |
| Manual app navigation | 0 setup | 8–15 sec | N/A |
Both button methods deliver a roughly equivalent real-world experience for the networking use case. The native AVCaptureEventInteraction implementation is measurably faster because it skips the Shortcuts runtime entirely, but requires the app to explicitly register for Camera Control events in its iOS 18 code. [1][3]
Power-User Tip: Use Focus Modes to Auto-Switch Shortcuts
If you attend different types of events — a camera-forward photo conference vs. a professional LinkedIn networking breakfast — you can pair Focus Modes with Shortcuts to automatically swap which QR shortcut fires. Set a "Networking" Focus that activates your LinkedIn-first Qard shortcut, and a "Creator" Focus that activates your Instagram card. The hardware button stays the same; the context drives the destination.
For a deeper breakdown of which platform to lead with at different events, see our guide on Instagram vs. LinkedIn vs. TikTok QR Codes: Which Platform Should You Lead With at a Networking Event?.
Making the Most of Instant QR Access at Events
The 2-Second Handoff, Explained
The networking friction that Camera Control eliminates isn't just about taps — it's about attention. Every second you spend digging through your phone is a second your conversation partner's eye wanders, their phone comes out, or the moment dissolves. Studies on first impressions and attention span in face-to-face networking consistently show that the first 5–7 seconds of an exchange set the tone for recall.
When you pull out your phone and a bright, full-screen QR card appears in under two seconds, you signal preparation and confidence. The other person scans immediately — no fumbling, no "wait let me find it," no trading phones back and forth. For a comprehensive playbook on this exact scenario, check out How to Share Your Instagram, LinkedIn, and WhatsApp QR Codes in Under 2 Seconds at Networking Events.
What Makes a QR Code "Scannable from 3 Feet"
Not all QR codes are created equal for in-person handoffs. The key variables are:
- Module size: A 280×280pt QR at standard phone screen density gives modules large enough to read from arm's length without the scanner app struggling.
- Error correction level: Quartile (25%) error correction means up to a quarter of the code can be obscured — by a logo overlay, a smudge, or glare — and the code still scans cleanly. [1]
- Contrast: Brand-color modules on a pure white background give most scanner apps the sharpest signal.
- Quiet zone: A 4-module white border around the entire code is required by the QR spec for reliable scanning; cutting it off (as many "styled" QR generators do) causes failures in bright light.
- Logo overlay: A centered logo tile covering roughly 15–20% of the code area stays within the error-correction budget at Quartile level, giving you a recognizable, branded QR without sacrificing scannability.
Apps like Qard generate QR codes using Apple's CIFilter.qrCodeGenerator at Quartile correction, then render them with circular modules and rounded finder patterns for a polished, brand-consistent look — details that matter when the code is also serving as a visual business card at a glance.
Beyond QR: Building a Repeatable Networking System
The hardware button trick is one piece of a larger system. The other pieces: knowing which QR to show first (your most-connected platform for that context), having a frictionless way to cycle through your other profiles when someone asks "do you have Instagram too?", and tracking which cards get scanned most so you can optimize over time.
That scan-count data — tallied silently every time someone taps your QR — tells you more about which platforms drive real connection than any follower count. If your LinkedIn gets scanned 40 times at a conference and your Instagram gets scanned 3, you know where to lean. Explore more scenarios in 10 Networking Situations Where a QR Code Beats a Business Card (And What to Put on It).
Camera Control is genuinely one of iOS 18's most underrated productivity features, and reassigning it to a QR-code deck is one of the highest-ROI configuration changes you can make on a networking-focused iPhone. Qard, built natively for iOS 18 with first-class AVCaptureEventInteraction support, is designed specifically for this moment: one press of Camera Control, full-screen branded QR, ready to scan — before the small talk ends.
Sources
Keep reading
Ready to see it for yourself?
Back to home →