Creating the User Interface for iOS to work with Sybase Unwired Platform
Use Interface Builder to create and configure the user interface for the SUP101 application.
The SUP101 iOS Object API example project contains the source code for the user interface for the sample application. Although the user interface is built automatically when you add the source files to the Xcode project, you can walk through the rest of the tasks and view the source code to see how to use Interface Builder to build the sample application.
The SUP101 iOS Object API example project contains the source code for the user interface for the sample application. Although the user interface is built automatically when you add the source files to the Xcode project, you can walk through the rest of the tasks and view the source code to see how to use Interface Builder to build the sample application.
- Viewing the SubscribeController View Controller
A view controller functions as the root view screen for the SUP101 mobile application. - Creating the MenuListController
Create the menu list view. - Creating the CustomerListController
Create the customer list view. - Adding the DetailController and Configuring the View
Create the DetailController.xib.
Comments
Post a Comment