objcio / app-architecture

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

There are conflicts over tableView's reload in FolderViewController #13

Open guangmingzizai opened 5 years ago

guangmingzizai commented 5 years ago

tableView.reloadData in folder.didSet conflicts with tableView.deleteRows or tableView.insertRows, so the app will crash on creating or deleting folders.

Two solutions:

Project: Recordings-controller-owned-networking*