Errata

iOS 12 Programming Fundamentals with Swift

Errata for iOS 12 Programming Fundamentals with Swift

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 63
the code example after 4th paragraph

The function bark (loudly:Bool) on page 63 should be bark (_ loudly:Bool).

The underscore is missing.

Note from the Author or Editor:
Fixed in the next edition.

Hui Kang  Dec 24, 2018 
Printed
Page 204
Last Listing

On the bottom of page 204 you say "The problem is the comparison things[ix] < minimum [...]"
But actually the listing right above it does not contain that expression. It should be "item < minimum"

Greets from Germany

Note from the Author or Editor:
You are correct and this is fixed in subsequent editions.

Carsten  Sep 26, 2019 
Printed
Page 244
1st paragraph

The correct signature of method updateValue is updateValue(_:forKey:).

In the book, it says updateValue(forKey:), where the value is missing.

Note from the Author or Editor:
Thanks, fixed in next edition

Hui Kang  Mar 09, 2019