Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
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 Contents | Next | |
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>
<google>BUY_IOS8</google>
Table of Contents | Next | |
Start Here |