objcio / app-architecture

Sample Code of the App Architecture Book
https://www.objc.io/books/app-architecture
2.06k stars 306 forks source link

MVC - FolderViewController - line 42: keys are reversed #28

Closed woodyfairy closed 3 years ago

woodyfairy commented 3 years ago

let oldValue = userInfo[Item.newValueKey] let newValue = userInfo[Item.oldValueKey]