Difference between revisions of "IPhone iOS 6 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 300: Line 300:
 
#* [[Detecting iOS 6 iPhone Touch Screen Gesture Motions|Building and Running the Gesture Example]]<br><br>
 
#* [[Detecting iOS 6 iPhone Touch Screen Gesture Motions|Building and Running the Gesture Example]]<br><br>
 
# [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers]]
 
# [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|The UIGestureRecognizer Class]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Recognizer Action Messages]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Discrete and Continuous Gestures]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Obtaining Data from a Gesture]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Recognizing Tap Gestures]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Recognizing Pinch Gestures]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Detecting Rotation Gestures]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Recognizing Pan and Dragging Gestures]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Recognizing Swipe Gestures]]
 +
#* [[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Recognizing Long Touch (Touch and Hold) Gestures]]<br><br>
 +
# [[An iPhone iOS 6 Gesture Recognition Tutorial]]
 
# [[An Overview of iOS 6 Collection View and Flow Layout]]
 
# [[An Overview of iOS 6 Collection View and Flow Layout]]
 
#* [[An Overview of iOS 6 Collection View and Flow Layout|An Overview of Collection Views]]
 
#* [[An Overview of iOS 6 Collection View and Flow Layout|An Overview of Collection Views]]

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