iPhone Duo design principles

⋅ 5 min read ⋅ iOS Design

Table of Contents

iPhone Duo can be used in several different positions. Someone can use it closed, open it fully, or keep it partially folded.

Each position changes the space available to your app and how someone holds and interacts with it.

In this article, we will look at the design principles from Apple's Design for iPhone Duo talk: the different positions, where controls belong, and how layouts change around the fold and in Split View.

The different positions of iPhone Duo

Before looking at the design changes, let's get familiar with the different ways people can use the device.

Closed

When iPhone Duo is closed, you use the outer display.

The Home Screen on the outer display of a closed iPhone Duo.
iPhone Duo in its closed position. Image: Apple, Design for iPhone Duo, 0:32.

Fully open

Opening the device gives you access to the larger inner display. Your app has more room to show content, such as a list and its selected item side by side.

A fully open iPhone Duo displaying a webpage across its larger inner display.
The larger inner display of a fully open iPhone Duo. Image: Apple, Design for iPhone Duo, 0:38.

Partially folded

People can also use iPhone Duo partially folded. There are several ways to use it in this position.

In this position, the fold affects how easy it is to see and reach content near the middle of the inner display. Your layout needs to take this into account.

Holding it like a book. A reading app can show a page on each side of the fold, similar to an open book.

A partially folded iPhone Duo showing two book pages, one on each side of the fold.
A two-page reading layout on a partially folded iPhone Duo. Image: Apple, Design for iPhone Duo, 0:51.

Resting it on a table. The device can sit with one half resting on the surface and the other half raised. The user can view it without holding it in their hands.

iPhone Duo resting with one half flat and the other raised, showing content above a keyboard.
iPhone Duo resting on a table, with the keyboard on the lower half. Image: Apple, Design for iPhone Duo, 0:56.

Standing it on its edges. The device can also stand in a tent-like position, with the outer display facing the user. The example below shows a clock and calendar in this position.

iPhone Duo standing on its edges in a tent-like position, with a clock and calendar on the outer display.
iPhone Duo standing on its edges. Image: Apple, Design for iPhone Duo, 1:01.

You can easily support sarunw.com by checking out this sponsor.

Sponsor sarunw.com and reach thousands of iOS developers.

Controls move to the side

When closed, iPhone Duo has a wider but shorter display than a traditional iPhone.

Putting navigation and toolbars at the top and bottom would take up some of that limited vertical space. To leave more room for content, controls move to the side of the display.

You can see this in Mail. The back button, message navigation, and actions such as delete and reply sit along the right edge. This leaves more vertical space for the message and its photos.

Mail with navigation and toolbar controls arranged vertically along the right edge of the outer display.
Mail moves its controls to the side to preserve vertical space for content. Image: Apple, Design for iPhone Duo, 1:26.

The comparison below shows why this works. Even though iPhone Duo is shorter, moving the controls to the side gives the message roughly the same amount of space as on a traditional iPhone.

Mail on a traditional iPhone and a closed iPhone Duo, with similar content areas highlighted and controls placed at the top and bottom versus the side.
Moving the controls preserves a similar amount of space for content on the shorter display. Image: Apple, Design for iPhone Duo, 1:31.

The same approach applies when iPhone Duo is fully open in landscape. In Mail, the message controls stay along the right edge, while the extra width makes room for the inbox beside the selected message.

Mail on a fully open iPhone Duo in landscape, with the inbox on the left and message controls along the right edge.
Message controls stay at the side on the open landscape display. Image: Apple, Design for iPhone Duo, 1:55.

Content moves away from the fold

When iPhone Duo is partially folded, the center of the inner display curves around the hinge. Content in this region can be harder to read or interact with.

To keep it accessible, the layout moves content away from the center region.

In the Reminders example below, the lists sit on the left and the selected list sits on the right. The content stays on either side of the fold, with space around the center.

The curve becomes a natural divider in the app's layout, separating the list navigation from the selected list's content.

Reminders on a partially folded iPhone Duo, with lists and reminders positioned on either side of the center fold.
Content moves away from the center region when the device is partially folded. Image: Apple, Design for iPhone Duo, 2:13.

Interactive elements move away from the fold too. In the example below, the dialog appears on the right side. This keeps its buttons clear of the curved center region and easier to tap.

A Generate Images dialog and its buttons positioned on the right half of a partially folded iPhone Duo, away from the center fold.
The dialog and its buttons sit to one side of the fold. Image: Apple, Design for iPhone Duo, 2:25.

The same idea applies when the device is partially folded in portrait orientation. The fold separates the layout into a top half and a bottom half.

In the video player below, the video stays on the top half while the playback controls move to the bottom half. This keeps the controls within reach without covering the video.

A partially folded iPhone Duo in portrait orientation, with video on the top half and playback controls on the bottom half.
The fold separates the video above from the playback controls below. Image: Apple, Design for iPhone Duo, 2:36.

Split View

The larger inner display also makes room for two apps side by side in Split View.

In the example below, Maps is on the left and Messages is on the right. You can look up a place while keeping a conversation visible, without switching between the two apps.

Maps and Messages running side by side in Split View on an open iPhone Duo.
Split View keeps Maps and Messages visible at the same time. Image: Apple, Design for iPhone Duo, 3:03.

For our apps, this means the layout needs to work in a narrower space too. Content and controls should remain usable when another app shares the display.

Controls follow the outer edge

In Split View, controls move to a different edge depending on where the app sits.

When Notes is on the right, its navigation and toolbar controls sit along the right edge.

Notes on the right side of Split View, with navigation and toolbar controls along the right outer edge.
On the right side, Notes places its controls along the right edge. Image: Apple, Design for iPhone Duo, 3:08.

When the app moves to the left, the controls move to the left edge too. This keeps them near the outside of the device and within reach.

Notes on the left side of Split View, with its controls highlighted along the left outer edge.
The controls move to the left edge when Notes occupies the left side. Image: Apple, Design for iPhone Duo, 3:14.

You can easily support sarunw.com by checking out this sponsor.

Sponsor sarunw.com and reach thousands of iOS developers.

Conclusion

These examples show how content and controls can follow the way someone uses iPhone Duo. Keep controls within reach, give content space around the fold, and account for the app's position in Split View.


Read more article about iOS, Design, or see all available topic

Enjoy the read?

If you enjoy this article, you can subscribe to the weekly newsletter.
Every Friday, you'll get a quick recap of all articles and tips posted on this site. No strings attached. Unsubscribe anytime.

Feel free to follow me on Twitter and ask your questions related to this post. Thanks for reading and see you next time.

If you enjoy my writing, please check out my Patreon https://www.patreon.com/sarunw and become my supporter. Sharing the article is also greatly appreciated.

Become a patron Buy me a coffee Tweet Share
Previous
A guide to Apple's iPhone Duo Tech Talks

A brief summary of all six iPhone Duo Tech Talks to help you choose which videos to watch when updating your app.

← Home