Before you can start doing anything, you must first create an Xcode project.
Launch Xcode.
Under the File menu, choose New Project...
Choose iPhone OS Application from the left-hand side selection.
Choose a Navigation-based Application, leaving the Use Core Data for Storage. option unchecked.
Click the Choose... button and save the project names in the location of your choice.
The Navigation-based project automatically creates an application with a UITableViewController inside of a UINavigationController, as well as a UIApplicationDelegate which places the controllers in the window when the application is launched. So far, the application only has an empty navigation bar at the top, and an empty table view. To fill the table with names, the application will request the data from an UltraLite database on the device.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |