Errata

iOS 13 Programming Fundamentals with Swift

Errata for iOS 13 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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Printed Page 73
first sample code

page 73
...
let timed : bool = {
if val == 1 { <<-- ???
return true
} else {
return false
}
}()
...
val is never defined

Anonymous  Oct 03, 2022