Apple's first foldable iPhone gives developers an outer display, a larger inner canvas, multiple scenes, and new reasons to stop assuming one phone-sized layout.

The physical shape of an iPhone is now dynamic
iPhone Duo moves between a compact outer display and a 7.6-inch inner display. Apple says content can scale continuously between them, creating a stronger need for interfaces that respond to available space rather than device-name checks.
Multitasking changes what can sit beside your app
Apple is actively publishing developer guidance around adaptive layouts, multiple displays, scenes, and camera experiences for iPhone Duo. An app may now share the large inner canvas with another app or participate in new window arrangements.
SwiftUI teams should audit assumptions before adding Duo-only code
The first useful step is often checking fixed widths, hard-coded orientation behavior, sheets, navigation columns, media layouts, and custom camera UI. A flexible layout may adapt naturally before device-specific logic is necessary.
Questions readers are asking
How large is the inner iPhone Duo display?
Apple lists the unfolded inner display at 7.6 inches.
Is Apple providing developer guidance specifically for iPhone Duo?
Yes. Apple Developer currently features videos and resources covering adaptive layouts, multiple displays, scenes, and camera experiences for iPhone Duo.
Should developers create a completely separate iPhone Duo interface?
Not necessarily. Adaptive layouts should be tested first, with device-specific behavior added only where the foldable form enables a meaningful experience.