Apple iPhone Duo makes developers think in folds
Apple's iPhone Duo, a dual-screen foldable smartphone due to ship on 23 October, is prompting developers to rethink how their apps handle layout, state and screen transitions. The device, unveiled last week, pairs a 5.4-inch outer display with a larger 7.6-inch inner screen, and content shifts automatically between the two as the phone is opened or closed. This matters because existing iPhone apps will run on the Duo but, without adjustments, behave awkwardly, much as standard iPhone apps do on the iPad, so Apple has issued technical guidance urging developers to treat folding as a genuine UI event with real backend implications.
The Duo runs iOS 27.1 and supports postures including a laptop-like "tabletop" mode and a vertically folded "book" mode, alongside a "Split View" feature for running two apps side by side; both screens use a 120Hz adaptive refresh rate, meaning transitions and resizing must be smooth while preserving app state. Appwrite developer advocate Atharva Deosthale said screen size should now be treated as a dynamic range rather than a fixed value, with apps needing to adapt continuously as their allocated space changes. Apps with rigid, hardcoded layouts are likely to need rework, while the larger inner display, bigger than the iPhone Pro Max's 6.9 inches, gives developers scope for sidebars or dual-pane views. Apple is updating Xcode to support the new form factor, with a 27.1 beta due later this month.
- Apple's foldable iPhone Duo ships 23 October, dual 5.4in/7.6in screens.
- Developers must redesign apps for dynamic sizing and screen folds.
- Apple updates Xcode; 27.1 beta arrives later this month.