Chapter 5. Multiview Applications: It’s all about the details

image with no caption

Most iOS apps have more than one view. We’ve gotten this app off to a quick start using built-in templates and doing some really nice updates to the table view. Now it’s time to dive into the details, setting up the new view and working with the navigation between them. Because most of the widely used apps up on the store are giving you a good and easy way to work through a lot of data. Spin City is doing just that—giving users an easier way to get through the records than flipping through boxes!

An app with a view...

Spin City’s app is up and running with a nice table view and the data in the app. Now that we have the overview of the data, it’s time to get into some details. This is the detail view that we came up with earlier.

image with no caption

Detail views are everywhere

Lots of applications use detail views and anybody who’s used them has a rough idea of what they’re about. It’s zooming in on data, which means for the most part it’s the bottom of the hierarchical view stack and gives information down to the finest grain detail the app can provide.

They are also used to shift the user into a different mode of the application (think going into your wall in the Facebook app and leaving your news feed). Because applications ...

Get Head First iPhone and iPad Development, 3rd 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.