Chapter 4

User Interface Elements

WHAT’S IN THIS CHAPTER?

  • Building a master-detail view using the split view controller and storyboards
  • Displaying informational messages using the popover controller
  • Recognizing and reacting to various user gestures using gesture recognizers
  • Sharing files with desktop machines using file-sharing support

WROX.COM CODE DOWNLOADS FOR THIS CHAPTER

The wrox.com code downloads for this chapter are found at www.wrox.com/remtitle.cgi?isbn=1118391845 on the Download Code tab. The code is in the Chapter 4 download and individually named according to the names throughout the chapter.

In Chapter 3, you learned how to display your application data using the UITableView control. Then you took that knowledge a step further by building custom cells, adding search and filter capabilities, and implementing indexes and section headers.

In this chapter, you will learn about some interesting user interface elements and other features of iOS so you can build better data-driven applications.

You will explore the UISplitViewController and UIPopoverController, which you can use when building iPad applications. You will learn how to build your user interface using storyboards. You will also learn how to use the UIGestureRecognizer class and its subclasses to interpret user gestures. Finally, you will learn how to share files between an iOS device and desktop computers using file-sharing support.

BUILDING YOUR INTERFACE WITH STORYBOARDS

Data-driven applications often use ...

Get Professional iOS Database Application Programming, 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.