Creating the CustomerListController
Create the customer list view.
The source files you added from the SUP101 iOS Object API example
project contain the CustomerListController.h,
CustomerListController.m, and CustomerListController.xib files which create the
customer list view. To create these files manually in Xcode, create a new file using the
UIViewController subclass template, then indicate it is a subclass of UITableViewController. Select With XIB for user interface.
Comments
Post a Comment