Difference between revisions of "IOS 7 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 59: Line 59:
 
#* [[Understanding the iOS 7 Auto Layout Visual Format Language|Using the constraintsWithVisualFormat: Method]]<br><br>
 
#* [[Understanding the iOS 7 Auto Layout Visual Format Language|Using the constraintsWithVisualFormat: Method]]<br><br>
  
# [[Using Storyboards in Xcode 5]]<br><br>
+
# [[Using Storyboards in Xcode 5]]
 
# [[An iPad iOS 7 Split View and Popover Example]]
 
# [[An iPad iOS 7 Split View and Popover Example]]
 
+
#* [[An iPad iOS 7 Split View and Popover Example|An Overview of Split View and Popovers]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|About the Example iPad Split View and Popover Project]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Creating the Project]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Reviewing the Project]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Configuring Master View Items]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Configuring the Detail View Controller]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Connecting Master Selections to the Detail View]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Popover Implementation]]
 +
#* [[An iPad iOS 7 Split View and Popover Example|Testing the Application]]<br><br>
 +
# [[Implementing a Page based iOS 7 Application using UIPageViewController]]<br><br>
 
# [[iOS 7 UIKit Dynamics - An Overview]]
 
# [[iOS 7 UIKit Dynamics - An Overview]]
 
#* [[iOS 7 UIKit Dynamics - An Overview|Understanding UIKit Dynamics]]
 
#* [[iOS 7 UIKit Dynamics - An Overview|Understanding UIKit Dynamics]]

Revision as of 20:00, 11 October 2013






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

<google>BUY_IOS7</google>

  1. Creating a Simple iOS 7 App
  2. Testing Apps on iOS 7 Devices with Xcode 5
  3. Working with iOS 7 Auto Layout Constraints in Interface Builder
  4. An iOS 7 Auto Layout Example
  5. Implementing iOS 7 Auto Layout Constraints in Code
  6. Implementing Cross-Hierarchy Auto Layout Constraints in iOS 7
  7. Understanding the iOS 7 Auto Layout Visual Format Language
  1. Using Storyboards in Xcode 5
  2. An iPad iOS 7 Split View and Popover Example
  3. Implementing a Page based iOS 7 Application using UIPageViewController

  4. iOS 7 UIKit Dynamics - An Overview
  5. An iOS 7 UIKit Dynamics Tutorial
  6. An Introduction to iOS 7 Sprite Kit Programming
  7. An iOS 7 Sprite Kit Game Tutorial
  8. An iOS 7 Sprite Kit Collision Handling Tutorial
  9. An iOS 7 Sprite Kit Particle Emitter Tutorial
  10. Integrating iAds into an iOS 7 App
  11. iOS 7 Multitasking, Background Transfer Service and Fetching
  12. An iOS 7 Background Transfer Service Tutorial
  13. Scheduling iOS 7 Local Notifications
  14. An Overview of iOS 7 Application State Preservation and Restoration
  15. An iOS 7 State Preservation and Restoration Tutorial
  16. Integrating Maps into iOS 7 Applications using MKMapItem
  17. An Example iOS 7 MKMapItem Application
  18. Getting Location Information using the iOS 7 Core Location Framework
  19. An Example iOS 7 Location Application
  20. Working with Maps on iOS 7 with MapKit and the MKMapView Class
  21. Working with MapKit Local Search in iOS 7
  22. Using MKDirections to get iOS 7 Map Directions and Routes