Difference between revisions of "IOS 7 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 200: Line 200:
 
#* [[Working with MapKit Local Search in iOS 7|Testing the Application]]<br><br>
 
#* [[Working with MapKit Local Search in iOS 7|Testing the Application]]<br><br>
 
# [[Using MKDirections to get iOS 7 Map Directions and Routes]]
 
# [[Using MKDirections to get iOS 7 Map Directions and Routes]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|An Overview of MKDirections]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Adding Directions and Routes to the MapSample Application]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Adding the New Classes to the Project]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Configuring the Results Table View]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Implementing the Result Table View Segue]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Adding the Route Scene]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Getting the Route and Directions]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Establishing the Route Segue]]
 +
#* [[Using MKDirections to get iOS 7 Map Directions and Routes|Testing the Application]]<br><br>

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