Difference between revisions of "IOS 7 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 304: Line 304:
 
#* [[An iOS 7 Storyboard-based Collection View Tutorial|Deleting Collection View Items]]<br><br>
 
#* [[An iOS 7 Storyboard-based Collection View Tutorial|Deleting Collection View Items]]<br><br>
 
# [[Subclassing and Extending the iOS 7 Collection View Flow Layout]]
 
# [[Subclassing and Extending the iOS 7 Collection View Flow Layout]]
 
+
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|About the Example Layout Class]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Subclassing the UICollectionViewFlowLayout Class]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Extending the New Layout Class]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Implementing the layoutAttributesForItemAtIndexPath: Method]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Implementing the layoutAttributesForElementsInRect: Method]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Implementing the modifyLayoutAttributes: Method]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Adding the New Layout and Pinch Gesture Recognizer]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Implementing the Pinch Recognizer]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Avoiding Image Clipping]]
 +
#* [[Subclassing and Extending the iOS 7 Collection View Flow Layout|Testing the Application]]<br><br>
 +
# [[Drawing iOS 7 2D Graphics with Core Graphics]]
  
  

Revision as of 18:21, 15 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. An Example iOS 7 UIPageViewController Application
  5. Using the iOS 7 UIPickerView and UIDatePicker Components
  6. An iOS 7 UIPickerView Example
  7. Working with Directories on iOS 7
  8. Working with Files on iOS 7
  9. iOS 7 Directory Handling and File I/O – A Worked Example
  10. Preparing an iOS 7 App to use iCloud Storage
  11. Managing Files using the iOS 7 UIDocument Class
  12. Using iCloud Storage in an iOS 7 Application
  13. Synchronizing iOS 7 Key-Value Data using iCloud
  14. iOS 7 Data Persistence using Archiving
  15. iOS 7 Database Implementation using SQLite
  16. An Example SQLite based iOS 7 Application
  17. Working with iOS 7 Databases using Core Data
  18. An iOS 7 Core Data Tutorial
  19. An Overview of iOS 7 Multitouch, Taps and Gestures
  20. An Example iOS 7 Touch, Multitouch and Tap Application
  21. Detecting iOS 7 Touch Screen Gesture Motions
  22. Identifying Gestures using iOS 7 Gesture Recognizers
  23. An iOS 7 Gesture Recognition Tutorial
  24. An Overview of iOS 7 Collection View and Flow Layout
  25. An iOS 7 Storyboard-based Collection View Tutorial
  26. Subclassing and Extending the iOS 7 Collection View Flow Layout
  27. Drawing iOS 7 2D Graphics with Core Graphics


  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