Difference between revisions of "IPhone iOS 6 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 76: Line 76:
 
#* [[The Basics of Modern Objective-C|Array Literals]]
 
#* [[The Basics of Modern Objective-C|Array Literals]]
 
#* [[The Basics of Modern Objective-C|Dictionary Literals]]<br><br>
 
#* [[The Basics of Modern Objective-C|Dictionary Literals]]<br><br>
 +
# [[An Overview of the iPhone iOS 6 Application Development Architecture]]
 
# [[An Introduction to Auto Layout in iOS 6]]
 
# [[An Introduction to Auto Layout in iOS 6]]
 
#* [[An Introduction to Auto Layout in iOS 6|An Overview of Auto Layout]]
 
#* [[An Introduction to Auto Layout in iOS 6|An Overview of Auto Layout]]

Revision as of 21:12, 16 October 2012



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