Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
Line 344: | Line 344: | ||
#* [[Preparing an iOS 8 App to use iCloud Storage|Accessing Multiple Ubiquity Containers]] | #* [[Preparing an iOS 8 App to use iCloud Storage|Accessing Multiple Ubiquity Containers]] | ||
#* [[Preparing an iOS 8 App to use iCloud Storage|Ubiquity Container URLs]]<br><br> | #* [[Preparing an iOS 8 App to use iCloud Storage|Ubiquity Container URLs]]<br><br> | ||
+ | # [[Managing Files using the iOS 8 UIDocument Class]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|An Overview of the UIDocument Class]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Subclassing the UIDocument Class]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Conflict Resolution and Document States]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|The UIDocument Example Application]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Creating a UIDocument Subclass]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Designing the User Interface]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Implementing the Application Data Structure]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Implementing the contentsForType Method]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Implementing the loadFromContents Method]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Loading the Document at App Launch]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Saving Content to the Document]] | ||
+ | #* [[Managing Files using the iOS 8 UIDocument Class|Testing the Application]]<br><br> | ||
+ | # [[Using iCloud Storage in an iOS 8 Application]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 20:08, 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 |