Creating the MenuListController

Create the menu list view.

The source files you added from the SUP101 iOS Object API example project contain the MenuListController.h, MenuListController.m, and MenuListController.xib files that create the menu 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.
  1. View the MenuListController.h file.
  2. View the MenuListController.m file.

    MenuListController.m is a table view controller that displays two menu items: List and Create. Tap a row to move to the corresponding screen.

Related tasks
Viewing the SubscribeController View Controller
Creating the PasswordPinViewController
Creating the CustomerListController
Adding the DetailController and Configuring the View