Building for Foldables Just Got Real with the iPhone Duo Simulator

Foldable hardware is officially here, and tooling is finally catching up. Here is what you need to know about the new 3D simulator landscape....

Feed
September 21, 2026
Building for Foldables Just Got Real with the iPhone Duo Simulator


Foldable devices are awkward. Hardware designers bend glass and invent hinges, leaving software engineers to figure out how content behaves when a screen morphs from a flat slate into a miniature laptop or an upright tent.

That reality hit the developer ecosystem again when Bitrig rolled out native support for the new iPhone Duo, complete with an interactive 3D simulator that completely changes how we test physical layout changes in real time.

Instead of staring at static view controllers or poking at rigid orientation toggles, you can actually grab a virtual rendering of the device, fold it halfway, flip it into field, and watch your SwiftUI code react to the hinge angle instantly.

Building for Foldables Just Got Real with the iPhone Duo Simulator

Handling dynamic hinge data like `onHingeChange` used to mean guessing in the dark or waiting for hardware to arrive on your desk, but having live environmental feedback right inside your development loop is a massive win for actual craft.

We are entering an era where software has to be as fluid as the shells housing it. If your layout breaks the second a user props their phone on a nightstand, it is time to rethink how you build.