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.

Comments

Popular posts from this blog

How to draw an overlay on a SurfaceView used by Camera on Android?

Create EditText with dropdown in android

Android TCP Connection Chat application