Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
Line 539: | Line 539: | ||
#* [[An Overview of iOS 8 Collection View and Flow Layout|Cell and View Reuse]]<br><br> | #* [[An Overview of iOS 8 Collection View and Flow Layout|Cell and View Reuse]]<br><br> | ||
# [[A Swift iOS 8 Storyboard-based Collection View Tutorial]] | # [[A Swift iOS 8 Storyboard-based Collection View Tutorial]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Creating the Collection View Example Project]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Removing the Template View Controller]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Adding a Collection View Controller to the Storyboard]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Adding the Collection View Cell Class to the Project]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Designing the Cell Prototype]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Implementing the Data Model]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Implementing the Data Source]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Testing the Application]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Setting Sizes for Cell Items]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Changing Scroll Direction]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Implementing a Supplementary View]] | ||
+ | #* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Implementing the Supplementary View Protocol Methods]]<br><br> | ||
+ | # [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 15:26, 8 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 |