escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.08k stars 637 forks source link

[QuickDialogTableView] Set root only after data source and delegate are set #719

Closed PatrickNLT closed 8 years ago

PatrickNLT commented 8 years ago

iOS 9 calls reloadData less agressively than iOS 8 and earlier. If the root of the table view is set too soon (eg. before the data source is set), reloadData may not be called in certain cases, resulting in inconsistencies and inducing crashes.

PatrickNLT commented 8 years ago

Sorry, this branch includes another fix from another pull request. Closing and reopening a cleaner PR (#720).