Chapter 6Navigating Between Interfaces

You’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. Your data probably won’t all fit on one screen, nor would your users appreciate an app where all of the content is crammed into one screen that requires tons of scrolling. Before you can break up your content into multiple interface controllers, you need to learn how to move between them.

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

Get Developing for Apple Watch, 2nd Edition 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.