Categories
|
Article Listing
Sort By:
These articles discuss getting started with iPhone application development. The development tools involved in creating iPhone applications (like Xcode, Interface Builder, Instruments, Dash Code, and iPhone Simulator) are introduced. Code for a simple first iPhone application is thoroughly discussed. Each lesson also comes with a quiz.
|
This is a test on the article that explains the view controller of an iPhone application. In this case, the view contains just a table and hence the controller is derived from UITableViewController class. Class diagram, general view methods, and general table methods are discussed.
|
This article explains the view controller of an iPhone application. In this case, the view contains just a table and hence the controller is derived from UITableViewController class. Class diagram, general view methods, and general table methods are discussed.
|
This article explains the Application Delegate of an iPhone application. This article discusses the standard application delegate header and implementation files generated for a navigation based application. Also goes through the methods that are generally implemented from the UIApplicationDelegate protocol.
|
This is a test on the article that explains the Application Delegate of an iPhone application. This article discusses the standard application delegate header and implementation files generated for a navigation based application. Also goes through the methods that are generally implemented from the UIApplicationDelegate protocol.
|
For iPhone and iPod Touch applications, you would consistently see the same main() method, where an application starts. This article explains various pieces of that main() method.
|
This is a test on the article that explains various pieces of the main() method. For iPhone and iPod Touch applications, you would consistently see the same main() method, where an application starts.
|
This is a test on the article that explains the code of a simple first iPhone application. The class diagram and overall structure of the code is discussed in the article. Application Delegate and View Controller classes are also introduced.
|
This article explains the code of a simple first iPhone application. The class diagram and overall structure of the code is discussed here. Application Delegate and View Controller classes are also introduced.
|
This is a test on the article that looks at debugging Objective-C code of an iPhone application from Xcode. Debugging in Xcode can be performed from these four different places: Code Editor Window, Debugger Window, GDB Console, and Mini Debugger. This article goes through these four different ways.
|
Page 1 : Article 1 to 10 of 25
|
|