Preface Chapter 4, Designing a Data Model and Building Data Objects for Customers, introduces the working of UITableView and explains step-by-step how information is displayed via the table view. The chapter explains the different methods used in displaying information through table view and also how to add more information to the existing information being displayed via table view. For instance, if four names are already being displayed in a table, this chapter will show how to add the newly entered name to the existing list of names in the table. In Chapter 5, Creating, Listing, and Deleting Names of Customers, we will be learning how to design a data model for storing any customer's information, that is, we will define the Customer entity and its attributes. Also, we will learn to build the data object (classes) associated with the Customer entity. Chapter 6, Creating, Listing, Displaying, and Deleting Records of