Chapter 1

Introducing Data-Driven Applications

WHAT’S IN THIS CHAPTER?

  • Creating a view-based application using Xcode
  • Building a simple data model
  • Neatly displaying your data in a table using the UITableView control

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 1 download and individually named according to the names throughout the chapter.

Data is the backbone of most applications. It is not limited only to business applications. Games, graphics editors, and spreadsheets all use and manipulate data in one form or another. One of the most exciting things about iOS applications is that they enable you and your customers to take your data anywhere. The mobility of iOS devices gives the developer an amazing platform for developing applications that work with that data. You can use the power of existing data to build applications that use that data in new ways. In this book, you will learn how to display data, create and manipulate data, and send and retrieve data over the Internet.

In this chapter, you learn how to build a simple data-driven application. While this application will not be production-ready, it is intended to help you to get started using the tools that you will use as you build data-driven applications. By the end of this chapter, you will be able to create a view-based application using Xcode that displays your data using ...

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.