Difference between revisions of "IPhone iOS 6 Development Essentials"

From Techotopia
Jump to: navigation, search
Line 47: Line 47:
 
#* [[Understanding the iOS 6 Auto Layout Visual Format Language|Using the constraintsWithVisualFormat: Method]]<br><br>
 
#* [[Understanding the iOS 6 Auto Layout Visual Format Language|Using the constraintsWithVisualFormat: Method]]<br><br>
 
# [[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|The UICollectionView Class]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionViewCell Class]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionReusableView Class]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionViewFlowLayout Class]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionViewLayoutAttributes Class]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionViewDataSource Protocol]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionViewDelegate Protocol]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|The UICollectionViewDelegateFlowLayout Protocol]]
 +
#* [[An Overview of iOS 6 Collection View and Flow Layout|Cell and View Reuse]]<br><br>
 
# [[Integrating Maps into iPhone iOS 6 Applications using MKMapItem]]
 
# [[Integrating Maps into iPhone iOS 6 Applications using MKMapItem]]
 
#* [[Integrating Maps into iPhone iOS 6 Applications using MKMapItem|MKMapItem and MKPlacemark Classes]]
 
#* [[Integrating Maps into iPhone iOS 6 Applications using MKMapItem|MKMapItem and MKPlacemark Classes]]

Revision as of 17:42, 3 October 2012

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. An Overview of iOS 6 Collection View and Flow Layout
  9. Integrating Maps into iPhone iOS 6 Applications using MKMapItem
  10. An Example iOS 6 iPhone MKMapItem Application
  11. Integrating Twitter and Facebook into iPhone iOS 6 Applications
  12. An iPhone iOS 6 Facebook Integration Tutorial using UIActivityViewController
  13. iPhone iOS 6 Facebook and Twitter Integration using SLRequest
  14. An iOS 6 iPhone Twitter Integration Tutorial using SLRequest
  15. Making Store Purchases with the SKStoreProductViewController Class
  16. Building In-App Purchasing into iPhone iOS 6 Applications
  17. Preparing an iOS 6 Application for In-App Purchases
  18. An iPhone iOS 6 In-App Purchase Tutorial
  19. Configuring and Creating App Store Hosted Content for iOS 6 In-App Purchases