Introduction to iPhone Application Development
Objectives
Simple introduction to iPhone Development.
Point out key differences of Objective-C to ActionScript 3 or Flex.
Help you to get past the initial barrier to get started.
XCode
IDE: Editor, compiler, source control, …
Interface Builder
A tool to create and layout views.
Produces .xib files (often still called nib files)
- loaded and parsed at runtime
Objective-C
Objective-C is a object-oriented language.
It’s an extension of Ansi C.
The syntax is based on C and Smalltalk.
…
Website: www.lfpug.com | Filesize: 256kb
No of Page(s): 25
Click here to download Introduction to iPhone Application Development.
Related Copyrighted Books
iPhone Open Application Development: Write Native Applications Using the Open Source Tool Chain
iPhone SDK Development
iPhone Game Development: Developing 2D & 3D games in Objective-C (Animal Guide)
iPhone SDK Programming, A Beginner’s Guide
Programming the iPhone User Experience
Head First iPhone Development: A Learner’s Guide to Creating Objective-C Applications for the iPhone
Related Tutorial
Tags: ActionScript, Development Guide, Flex, IDE, Interface Builder, iPhone, iPhone SDK 3.0, iPhone Touch, iPod, Objective C, Xcode, XIB file
Comments
Leave a Reply