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|The Core Data Stack]] | #* [[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 Objects]] | ||
Line 426: | Line 426: | ||
#* [[iOS 8 Databases in Swift using Core Data|Accessing the Data in a Retrieved Managed Object]]<br><br> | #* [[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]] | # [[An iOS 8 Swift Core Data Tutorial]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|The Core Data Example Application]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Creating a Core Data based Application]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Creating the Entity Description]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Generating the Managed Object Subclass]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Modifying the Entity Class Name]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Designing the User Interface]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Accessing the Managed Object Context]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Saving Data to the Persistent Store using Core Data]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Retrieving Data from the Persistent Store using Core Data]] | ||
+ | #* [[An iOS 8 Swift Core Data Tutorial|Building and Running the Example Application]]<br><br> | ||
+ | # [[An Introduction to CloudKit Data Storage on iOS 8]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 21:45, 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 |