IPhone iOS 6 Development Essentials

From Techotopia
Revision as of 21:08, 16 October 2012 by Neil (Talk | contribs)

Jump to: navigation, search



© 2012 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.

Table of Contents

  1. Start Here
  2. Joining the Apple iOS 6 Developer Program
  3. Installing Xcode 4 and the iOS 6 SDK
  4. Creating a Simple iPhone iOS 6 App
  5. iOS 6 Architecture and SDK Frameworks
  6. Testing iOS 6 Apps on the iPhone – Developer Certificates and Provisioning Profiles
  7. The Basics of Objective-C Programming (iOS 6)
  8. The Basics of Object Oriented Programming in Objective-C (iOS 6)
  9. The Basics of Modern Objective-C
  10. An Introduction to Auto Layout in iOS 6
  11. Working with iOS 6 Auto Layout Constraints in Interface Builder
  12. An iPhone iOS 6 Auto Layout Example
  13. Implementing iOS 6 Auto Layout Constraints in Code
  14. Implementing Cross-Hierarchy Auto Layout Constraints in iOS 6
  15. Understanding the iOS 6 Auto Layout Visual Format Language
  16. Using Xcode Storyboarding
  17. Using Xcode Storyboards to create an iOS 6 iPhone Tab Bar Application
  18. An Overview of iOS 6 Table Views and Xcode Storyboards
  19. Using Xcode Storyboards to Build Dynamic TableViews with Prototype Table View Cells
  20. Implementing TableView Navigation using Xcode Storyboards
  21. Using an Xcode Storyboard to Create a Static Table View
  22. Implementing a Page based iOS 6 iPhone Application using UIPageViewController
  23. An Example iOS 6 iPhone UIPageViewController Application
  24. Using the UIPickerView and UIDatePicker Components
  25. An iOS 6 iPhone UIPickerView Example
  26. Working with Directories on iOS 6
  27. Working with iPhone Files on iOS 6
  28. iOS 6 iPhone Directory Handling and File I/O – A Worked Example
  29. Preparing an iOS 6 App to use iCloud Storage
  30. Managing Files using the iOS 6 UIDocument Class
  31. Using iCloud Storage in an iOS 6 iPhone Application
  32. Synchronizing iPhone iOS 6 Key-Value Data using iCloud
  33. iOS 6 iPhone Data Persistence using Archiving
  34. iOS 6 iPhone Database Implementation using SQLite
  35. An Example SQLite based iOS 6 iPhone Application
  36. Working with iOS 6 iPhone Databases using Core Data
  37. An iOS 6 iPhone Core Data Tutorial
  38. An Overview of iOS 6 iPhone Multitouch, Taps and Gestures
  39. An Example iOS 6 iPhone Touch, Multitouch and Tap Application
  40. Detecting iOS 6 iPhone Touch Screen Gesture Motions
  41. Identifying iPhone Gestures using iOS 6 Gesture Recognizers
  42. An iPhone iOS 6 Gesture Recognition Tutorial
  43. An Overview of iOS 6 Collection View and Flow Layout
  44. An iPhone iOS 6 Storyboard-based Collection View Tutorial
  45. Subclassing and Extending the iOS 6 Collection View Flow Layout
  46. Drawing iOS 6 iPhone 2D Graphics with Quartz
  47. An iOS 6 iPhone Graphics Tutorial using Quartz 2D and Core Image
  48. Basic iOS 6 iPhone Animation using Core Animation
  49. Integrating iAds into an iOS 6 iPhone App
  50. An Overview of iOS 6 iPhone Multitasking
  51. Scheduling iOS 6 iPhone Local Notifications
  52. An Overview of iOS 6 Application State Preservation and Restoration
  53. An iOS 6 iPhone State Preservation and Restoration Tutorial
  54. Integrating Maps into iPhone iOS 6 Applications using MKMapItem
  55. An Example iOS 6 iPhone MKMapItem Application
  56. Getting iPhone Location Information using the iOS 6 Core Location Framework
  57. An Example iOS 6 iPhone Location Application
  58. Working with Apple Maps on the iPhone with MapKit and the MKMapView Class
  59. Using iOS 6 Event Kit to Create Date and Location Based Reminders
  60. Accessing the iPhone Camera and Photo Library
  61. An Example iOS 6 iPhone Camera Application
  62. Video Playback from within an iOS 6 iPhone Application
  63. Playing Audio on an iPhone using AVAudioPlayer
  64. Recording Audio on an iPhone with AVAudioRecorder
  65. Integrating Twitter and Facebook into iPhone iOS 6 Applications
  66. An iPhone iOS 6 Facebook Integration Tutorial using UIActivityViewController
  67. iPhone iOS 6 Facebook and Twitter Integration using SLRequest
  68. An iOS 6 iPhone Twitter Integration Tutorial using SLRequest
  69. Making Store Purchases with the SKStoreProductViewController Class
  70. Building In-App Purchasing into iPhone iOS 6 Applications
  71. Preparing an iOS 6 Application for In-App Purchases
  72. An iPhone iOS 6 In-App Purchase Tutorial
  73. Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases