iPhone Duo’s Design Rules: The Outer Display, the Hinge and Five Named Poses

Apple iPhone Duo display sizes
Image: Apple

Apple tells app developers to design for two size classes, not for five poses. But the poses still decide where controls, sheets and content are allowed to sit on iPhone Duo, according to the design guidelines and Tech Talk videos Apple has published for its foldable so far.

Apple iPhone Duo colors
Apple's product page names five poses under the tagline 'Anything's posable.' Image: Apple

Key facts

ZoneApple’s stated rule
Outer displayOffset content inside the safe area; only immersive, non-scrolling interfaces may center on the full screen
Near the hingeThe system automatically nudges interactive elements away from the fold; scrollable content is the one exception allowed to rest there
Toolbars and controlsPlaced along the side of the device, sharing space with the status bar and Live Activities; anything that will not fit collapses into an overflow menu
Sheets, outer displayPresented with vertical controls
Sheets, inner displayUse horizontal bars instead
Sheets, foldedSlide over so they do not rest in the fold
Apple iPhone Duo Folio navy blue
The Folio's kickstand is built around the propped, tent-like pose Apple's design guide details for developers. Image: Apple

Apple names five poses on the product page; the design guide details two

Apple’s marketing for iPhone Duo names StandBy, landscape, portrait, seated and standing positions under the line “Anything’s posable.” Its developer-facing Tech Talk on adaptive layouts, by contrast, works through only two poses in any detail: the device partially folded like a book, where the hinge splits the inner display into a distant top region and a nearby bottom region, and the device propped on a table like a small tent, where the same split separates content meant to be viewed from a distance from controls meant to be touched up close.

PoseWhere it is definedWhat developers are told
StandByProduct pageNot detailed in the developer guide as published
LandscapeProduct pageNot detailed in the developer guide as published
PortraitProduct pageNot detailed in the developer guide as published
Partially folded, book-styleDeveloper videoHinge splits the inner display into a distant-viewing region and a nearby-control region
Propped, tent-styleDeveloper videoTop region for content viewed at a distance, bottom region for interactive controls
Apple iPhone Duo Center Stage front camera
Apple tells developers to offset most outer-display content inside the safe area, camera included. Image: Apple

Two size classes replace five poses in the actual code

Rather than building a custom layout for each pose, Apple’s design guidance tells developers to work with just two size classes, compact and regular, plus standard layout margins and safe area insets. Because the same app can also appear at different dimensions through Split View multitasking or video Picture in Picture, Apple frames resizability as a requirement that goes beyond the fold itself.

Don’t miss the best of The Mac Observer

Set us as a preferred source and our Apple reporting ranks higher in your Google Search results and Discover feed — one tap, no account changes.

Or get it by email

The inner display is not just a bigger outer display

Apple’s guidance encourages two-column layouts once an app has the inner display’s extra width, surfacing more of an app’s hierarchy at once the way a Split View interface would on a larger screen. A separate modifier lets a tab bar move to a sidebar placement specifically when the inner display is available, rather than keeping the same bottom tab bar an iPhone app would use on the outer display alone. Standard containers such as NavigationSplitView, UISplitViewController, TabView and UITabBarController are already adaptive enough to follow this pattern automatically, according to Apple’s own guidance, which is why Apple frames most of this work as adjusting existing layout tools rather than building new ones from scratch.

What Apple has not said

  • No developer documentation yet for three of the five poses named on the product page: StandBy, seated and standing.
  • No numeric hinge-angle threshold published for when a pose counts as “partially folded” versus fully open.
  • No stated behavior for an app that hard-codes a portrait-only layout and never adopts size classes.

Five weeks before iPhone Duo ships on October 23, the design guide covers the hinge poses developers most need for layout and leaves the marketing poses undocumented for now. Compare the physical dimensions behind these poses on Apple’s iPhone Duo page and against how the two new iPhones compare.