You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These keys in FolderViewController are reversed and cause some changes to call reloadData instead of the correct insert animation. This incorrect code is in the book as well.
let oldValue = userInfo[Item.newValueKey]
let newValue = userInfo[Item.oldValueKey]
These keys in
FolderViewController
are reversed and cause some changes to call reloadData instead of the correct insert animation. This incorrect code is in the book as well.https://github.com/objcio/app-architecture/blob/master/Recordings-MVC/Recordings/FolderViewController.swift#L42-L43
The text was updated successfully, but these errors were encountered: