Difference between revisions of "IOS 7 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 163: Line 163:
 
#* [[An Example iOS 7 MKMapItem Application|Building and Running the Application]]<br><br>
 
#* [[An Example iOS 7 MKMapItem Application|Building and Running the Application]]<br><br>
 
# [[Getting Location Information using the iOS 7 Core Location Framework]]
 
# [[Getting Location Information using the iOS 7 Core Location Framework]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|The Basics of Core Location]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Configuring the Desired Location Accuracy]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Configuring the Distance Filter]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|The Location Manager Delegate]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Obtaining Location Information from CLLocation Objects]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Longitude and Latitude]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Accuracy]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Altitude]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Calculating Distances]]
 +
#* [[Getting Location Information using the iOS 7 Core Location Framework|Location Information and Multitasking]]<br><br>
 +
# [[An Example iOS 7 Location Application]]

Revision as of 16:40, 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