Chapter 7Navigating Between Interfaces

We’ve seen a lot of interface controllers by now, but they’ve all been self-contained and haven’t transitioned from one to another. While it’s certainly possible to build an app with one interface controller, a Glance, and notification handlers, it wouldn’t be very exciting. Our data probably won’t all fit on one screen, nor would our users appreciate an app where all of the content is crammed into one screen that requires tons of scrolling. Before we can break up our content into multiple interface controllers, we need to learn how to go between them.

In this chapter you’ll learn about the different segues you can implement to transition between interface controllers, as well as the different ways to ...

Get Developing for Apple Watch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.