Errata
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 |
---|---|---|---|---|---|
ePub | Page ? ? |
I don't know the page number, as I'm reading the digital version. In Chapter 7, "Scroll Views", there's a section titled "No Internal Autolayout". The final line of the first paragraph is: "Horizontally, it has structs externally." It should say "struts" (as in "springs and struts"), not "structs". Note from the Author or Editor: |
Bill Atkins | Feb 11, 2019 | Mar 22, 2019 |
ePub | Page Chapter 23 Chapter 23, "Basic Networking", section: Downloading Table View Data |
There's an implementation of tableView(prefetchRowsAt:) here that loops through each indexPath and decides if it needs to fetch the image. Note from the Author or Editor: |
Bill Atkins | Feb 23, 2019 | Mar 22, 2019 |
ePub | Page 516 Section "Search Bar in Navigator" |
Fails to mention in IOS12 the table view property "definesPresentationContext" must be true for search box to appear in Navigation controller. The author's downloaded example "c21p732searchableTable4" does set the property true on line 100. Curiously, the comment for the line says "Does not matter", which is incorrect for IOS 12. Setting it to false causes the Search box to disappear when it receives first character of input. I am using XCode 10.3 and Simulator 10.3 for Iphone XR. Note from the Author or Editor: |
G Adams | Aug 09, 2019 |