Difference between revisions of "IOS 8 App Development Essentials"

From Techotopia
Jump to: navigation, search
Line 409: Line 409:
 
#* [[An Example SQLite based iOS 8 Application using Swift and FMDB|Implementing Code to Extract Data from the SQLite Database]]
 
#* [[An Example SQLite based iOS 8 Application using Swift and FMDB|Implementing Code to Extract Data from the SQLite Database]]
 
#* [[An Example SQLite based iOS 8 Application using Swift and FMDB|Building and Running the Application]]<br><br>
 
#* [[An Example SQLite based iOS 8 Application using Swift and FMDB|Building and Running the Application]]<br><br>
# [[iOS 8 Databases in Swift using Core Data]]
+
#* [[iOS 8 Databases in Swift using Core Data]]
 +
#* [[iOS 8 Databases in Swift using Core Data|The Core Data Stack]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Managed Objects]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Managed Object Context]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Managed Object Model]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Persistent Store Coordinator]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Persistent Object Store]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Defining an Entity Description]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Obtaining the Managed Object Context]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Getting an Entity Description]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Generating a Managed Object Subclass]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Setting the Attributes of a Managed Object]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Saving a Managed Object]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Fetching Managed Objects]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Retrieving Managed Objects based on Criteria]]
 +
#* [[iOS 8 Databases in Swift using Core Data|Accessing the Data in a Retrieved Managed Object]]<br><br>
 +
# [[An iOS 8 Swift Core Data Tutorial]]
 
</td>
 
</td>
 
<td valign="top">
 
<td valign="top">

Revision as of 21:33, 5 December 2014

Table of ContentsNext
Start Here

This book is currently under development with new chapters added regularly.



© 2014 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_IOS8</google>

  1. Joining the Apple iOS 8 Developer Program
  2. Installing Xcode 6 and the iOS 8 SDK
  3. A Guided Tour of Xcode 6
  4. Testing Apps on iOS 8 Devices with Xcode 6
  5. An Introduction to Swift Playgrounds
  6. Swift Data Types, Constants and Variables
  7. Swift Operators and Expressions
  8. Swift Flow Control
  9. The Swift Switch Statement
  10. An Overview of Swift Functions and Closures
  11. The Basics of Object Oriented Programming in Swift
  12. An Introduction to Swift Inheritance
  13. Working with Array and Dictionary Collections in Swift
  14. The iOS 8 Application and Development Architecture
  15. Creating an Interactive iOS 8 App
  16. Understanding iOS 8 Views, Windows and the View Hierarchy
  17. An Introduction to Auto Layout in iOS 8
  18. Working with iOS 8 Auto Layout Constraints in Interface Builder
  19. An iOS 8 Auto Layout Example
  20. Implementing iOS 8 Auto Layout Constraints in Swift Code
  21. Implementing Cross-Hierarchy Auto Layout Constraints in iOS 8
  22. Understanding the iOS 8 Auto Layout Visual Format Language in Swift
  23. Using Size Classes to Design Universal iOS User Interfaces
  24. Using Storyboards in Xcode 6
  25. Using Xcode 6 Storyboards to Create an iOS 8 Tab Bar Application
  26. An Overview of iOS 8 Table Views and Xcode 6 Storyboards
  27. Using Storyboards and Swift to Build Dynamic TableViews with Prototype Table View Cells
  28. Implementing iOS 8 TableView Navigation using Storyboards in Xcode 6 and Swift
  29. An iOS 8 Swift Split View Master-Detail Example
  30. Implementing a Swift Page based iOS 8 Application using UIPageViewController
  31. An Example Swift iOS 8 UIPageViewController Application
  32. Working with Directories in Swift on iOS 8
  33. Working with Files in Swift on iOS 8
  34. iOS 8 Directory Handling and File I/O in Swift – A Worked Example
  35. Preparing an iOS 8 App to use iCloud Storage
  36. Managing Files using the iOS 8 UIDocument Class
  37. Using iCloud Storage in an iOS 8 Application
  38. Synchronizing iOS 8 Key-Value Data using iCloud
  39. iOS 8 Data Persistence using Archiving and Swift
  40. Swift iOS 8 Database Implementation using SQLite
  41. An Example SQLite based iOS 8 Application using Swift and FMDB
  42. An iOS 8 Swift Core Data Tutorial

<google>BUY_IOS8</google>



Table of ContentsNext
Start Here