Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
Line 552: | Line 552: | ||
#* [[A Swift iOS 8 Storyboard-based Collection View Tutorial|Implementing the Supplementary View Protocol Methods]]<br><br> | #* [[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]] | # [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|About the Example Layout Class]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Subclassing the UICollectionViewFlowLayout Class]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Extending the New Layout Class]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Implementing the layoutAttributesForItemAtIndexPath Method]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Implementing the layoutAttributesForElementsInRect Method]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Implementing the modifyLayoutAttributes Method]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Adding the New Layout and Pinch Gesture Recognizer]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Implementing the Pinch Recognizer]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Avoiding Image Clipping]] | ||
+ | #* [[Subclassing and Extending the iOS 8 Collection View Flow Layout in Swift|Testing the Application]]<br><br> | ||
+ | # [[Drawing iOS 8 2D Graphics in Swift with Core Graphics]] | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 15:37, 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 |