Difference between revisions of "IOS 8 App Development Essentials"
From Techotopia
Line 19: | Line 19: | ||
<td> | <td> | ||
# [[Swift Data Types, Constants and Variables]] | # [[Swift Data Types, Constants and Variables]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Using a Swift Playground]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Swift Data Types]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Integer Data Types]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Floating Point Data Types]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Bool Data Type]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Character Data Type]] | ||
+ | #* [[Swift Data Types, Constants and Variables|String Data Type]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Special Characters/Escape Sequences]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Swift Variables]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Swift Constants]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Declaring Constants and Variables]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Type Annotations and Type Inference]] | ||
+ | #* [[Swift Data Types, Constants and Variables|Type Casting and Type Checking]] | ||
+ | #* [[Swift Data Types, Constants and Variables|The Swift Tuple]] | ||
+ | #* [[Swift Data Types, Constants and Variables|The Swift Optional Type]]<br><br> | ||
</td> | </td> | ||
<td valign="top"> | <td valign="top"> |
Revision as of 15:24, 2 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 |