Using an eBook

If you are reading this book on an eReader, we want to point out that reading the code may be tricky at times. Longer lines of code will wrap to a second line depending on your selected font size. This bothers us because we are really conscientious at Big Nerd Ranch about the way our code appears on the page. Clear visual patterns in code make that code easier to understand.

The longest lines of code in this book are 86 monospace characters, like this one.

cell = tableView.dequeueReusableCell(withIdentifier: "UITableViewCell", for: idxPath1)

You can play with your eReaders’s settings to find the best for viewing long code lines.

When you get to the point where you are actually typing in code, we suggest opening the ...

Get iOS Programming: The Big Nerd Ranch Guide, 6th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.