April 2017
Intermediate to advanced
316 pages
9h 33m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The VerboseClass.h file defines an interface as a subclass of the NSObject class."
A block of code is set as follows:
let numbers = [9, 29, 19, 79] // Imperative examplevar tripledNumbers: [Int] = []for number in numbers { tripledNumbers.append(number * 3)}print(tripledNumbers)
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or ...
Read now
Unlock full access