ChatGPT’s iPhone app gets a handy shortcut to attach recent photos more quickly
ChatGPT's iPhone App Gets a Handy Shortcut to Attach Recent Photos More Quickly
By Dillip Chowdary • Aug 22, 2026 • Source: 9to5Mac
What happened
ChatGPT's iPhone App Gets a Handy Shortcut to Attach Recent Photos More Quickly
OpenAI has quietly updated the ChatGPT iPhone app with a new gesture that makes it faster to pull recent photos into a conversation. The change targets users who regularly drop images into chats for visual analysis, identification, or quick lookups, trimming the number of taps needed to get a photo in front of the model.
This article walks through exactly what the gesture is, how it fits into the app's existing photo-attachment flow, and why it matters to anyone who uses ChatGPT on iOS for camera-driven tasks. If you use your phone's camera alongside ChatGPT regularly, this one is worth a minute of your time.
What happened
How it works
OpenAI shipped a new gesture inside the ChatGPT iPhone app that gives users a faster path to attaching photos from their recent camera roll. Previously, adding an image meant tapping the attachment icon and then navigating a picker to find the shot you wanted. The updated experience surfaces recent photos more directly, reducing the friction between taking a picture and getting a response about it. The change was spotted and reported by 9to5Mac, which covers Apple software closely. OpenAI has not issued a standalone announcement for the update, suggesting it arrived as part of a routine app release rather than a marquee feature drop.
The new shortcut appears to be gesture-based, consistent with how iOS apps typically expose quick-access features to reduce tap counts. OpenAI has been iterating on the ChatGPT mobile experience steadily, and this update continues that pattern of polishing the interface around workflows that users repeat often. Visual search and image-based queries have grown as a use case since the model gained vision capabilities, and a faster attachment path directly serves that habit.
How it works

The gesture allows users to reach recently taken or saved photos without going through the full system photo picker. On iOS, apps can request access to the photo library and then surface a recents strip or quick-select overlay that shows the most recent frames from the camera roll. The ChatGPT app appears to have adopted a similar mechanism, letting a tap-and-hold or a swipe on the attachment button reveal the most recent images immediately. This removes at least one intermediate screen from the workflow.
Why it matters
Advertisement
Tech Pulse Daily
Get tomorrow's pulse first
Join engineers who read Tech Pulse before stand-up. Free, weekday mornings.
From a builder perspective, this kind of shortcut typically relies on the PHPhotoLibrary framework on iOS, fetching assets sorted by creation date and rendering thumbnails in a lightweight overlay rather than launching the full UIImagePickerController. The result is a modal that loads faster and requires less navigation. Anyone building a similar feature in their own app should confirm that their photo-library permission request is scoped correctly and that thumbnail loading is handled asynchronously to avoid blocking the main thread.
Why it matters
Speed matters most when the photo is time-sensitive. A user trying to identify a plant in the wild, read a label at a store, or check a piece of code photographed on a whiteboard wants the image in the chat in seconds, not after four taps and a scroll. Even shaving two taps off a repeated action compounds across dozens of sessions per week into a meaningfully smoother experience. OpenAI's decision to address this reflects an understanding that the bottleneck for visual queries on mobile is often the attachment step, not the model's response time.
Who is affected
It also signals that OpenAI is treating the iPhone app as a primary surface, not a secondary one. Gesture-level refinements require platform-specific engineering effort and imply that mobile usage patterns are being studied and acted on. For competing assistants on iOS, this kind of polish raises the baseline expectation for how quickly a photo should move from camera roll to active conversation.
Who is affected
The update directly benefits iPhone users who already use ChatGPT for visual queries. This includes people using the app for everyday identification tasks, students photographing textbook problems, and professionals scanning physical documents or diagrams. Anyone who has found the existing photo-attachment flow slightly cumbersome will notice the improvement immediately once the update reaches their device.
Developers building apps that integrate ChatGPT or similar vision-capable models on iOS should take note as well. If a streamlined attachment shortcut improves engagement on OpenAI's own app, the same principle applies to any mobile interface where image input is a core interaction. Product teams evaluating their own attachment flows now have fresh evidence that the step between capturing an image and submitting it is worth optimizing.
What to watch next
What to watch next
The immediate thing to verify is whether the gesture works consistently across different iOS versions and iPhone models, particularly older devices where photo library queries can be slower. Users on older hardware should check whether the recents overlay loads quickly or introduces a noticeable lag that offsets the tap savings. If performance varies, it may indicate that thumbnail prefetching is not happening aggressively enough on lower-memory devices.
More broadly, watch whether OpenAI extends similar quick-access gestures to other input types, such as file attachments or voice. A pattern of gesture-based shortcuts across input modes would suggest a coherent mobile strategy rather than a one-off fix. It would also be worth watching whether Android receives an equivalent update and how quickly, since parity between platforms is often a telling indicator of where a company's mobile priorities actually sit.
Developer Action Items
- ☐ Diff the official changelog for OpenAI / ChatGPT / Apple before you bump — APIs, defaults, and removed flags only.
- ☐ Install through the vendor's documented channel in staging; keep a one-command rollback and time-box the canary.
- ☐ Grep your repo for old flag names, lockfile pins, and plugin versions that the notes mark as breaking.
- ☐ Prefer the first patch cut over the day-zero tag unless you have a reason to be on the leading edge.
- ☐ If 9to5Mac did not name a region, plan, or SKU, screenshot the official availability line before you promise it to users.
Advertisement
🔎 More interesting news
- Azure DevOps Remote MCP Server Reaches GA, Without Support for Claude, ChatGPT, or Cursor
- TikTok will pay $400 million to settle DOJ child privacy lawsuit
- Benchmarks of rumored Mythos level model from Zhipu AI
- Nvidia finds that simple linear math can replace costly AI model handoffs
- Today's full Tech Pulse briefing →