IPad iOS 5 Development Essentials

From Techotopia
Revision as of 16:36, 22 March 2012 by Neil (Talk | contribs)

Jump to: navigation, search
Table of ContentsNext
Introduction to iPad iOS 5 Development Essentials


<google>BUY_IOS5_IPAD</google>


  1. Introduction to iPad iOS 5 Development Essentials
  2. The History of iOS

  3. iOS 5 Architecture and SDK Frameworks
  4. Joining the Apple iOS 5 Developer Program
  5. Installing Xcode 4 and the iOS 5 SDK (iPad)
  6. Creating a Simple iPad iOS 5 App
  7. Testing iOS 5 Apps on the iPad – Developer Certificates and Provisioning Profiles
  8. The Basics of Objective-C Programming
  9. The Basics of Object Oriented Programming in Objective-C
  10. What is an Object?
  11. What is a Class?
  12. Declaring an Objective-C Class Interface
  13. Adding Instance Variables to a Class
  14. Define Class Methods
  15. Declaring an Objective-C Class Implementation
  16. Declaring and Initializing a Class Instance
  17. Automatic Reference Counting (ARC)
  18. Calling Methods and Accessing Instance Data
  19. Objective-C and Dot Notation
  20. How Variables are Stored
  21. An Overview of Indirection
  22. Indirection and Objects
  23. Indirection and Object Copying
  24. Creating the Program Section
  25. Bringing it all Together
  26. Structuring Object-Oriented Objective-C Code

  27. An Overview of the iPad iOS 5 Application Development Architecture


<google>BUY_IOS5_IPAD</google>



Table of ContentsNext
Introduction to iPad iOS 5 Development Essentials