objcio / app-architecture

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

Fix crash due to inconsistency between the data source and the UITableView update #29

Open nazaralwi opened 1 month ago

nazaralwi commented 1 month ago

This PR addresses a critical issue where the app crashes when the user attempts to add a new record or create a new table. The crash occurs because of an inconsistency between the data source and the UITableView during batch updates.

Screenshot 2024-08-12 at 13 00 49