Create the menu list view.
The source files you added from the
SUP_iOS_Custom_Dev_Tutorial_code.zip file 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. Ensure that you
indicate With XIB for user interface.
- View the MenuListController.h file.
- View the MenuListController.m file.
MenuListController.m is a table view controller that
displays three menu items: List, Create, and Find By PrimaryKey. Tap a row
to move to the corresponding screen.