Difference between revisions of "IPhone iOS 6 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 15: Line 15:
 
#* [[Joining the Apple iOS 6 Developer Program|Enrolling in the iOS Developer Program]]<br><br>
 
#* [[Joining the Apple iOS 6 Developer Program|Enrolling in the iOS Developer Program]]<br><br>
 
# [[Installing Xcode 4 and the iOS 6 SDK]]
 
# [[Installing Xcode 4 and the iOS 6 SDK]]
 +
#* [[Installing Xcode 4 and the iOS 6 SDK|Identifying if you have an Intel or PowerPC based Mac]]
 +
#* [[Installing Xcode 4 and the iOS 6 SDK|Installing Xcode 4 and the iOS 6 SDK]]
 +
#* [[Installing Xcode 4 and the iOS 6 SDK|Starting Xcode]]<br><br>
 +
# [[Creating a Simple iPhone iOS 6 App]]
 
# [[The Basics of Modern Objective-C]]
 
# [[The Basics of Modern Objective-C]]
 
#* [[The Basics of Modern Objective-C|Default Property Synthesis]]
 
#* [[The Basics of Modern Objective-C|Default Property Synthesis]]

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