Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

Remove deinit #175

Closed krbarnes closed 5 years ago

krbarnes commented 5 years ago

Clearing the delegate isn't necessary and can cause a crash at dev time if the FTD or CTD gets deinitialized off of the main thread. So far I've only seen this happen while running unit tests, but it happens.