Shopify / FunctionalTableData

Declarative UITableViewDataSource implementation
MIT License
365 stars 30 forks source link

Remove redundant call to tableView.setEditing(_:animated:) #205

Closed schmidyy closed 3 years ago

schmidyy commented 3 years ago

In order for tableView(_:, didBeginMultipleSelectionInteractionAt:) to be called, editing mode needs to be enabled on the tableView. This removes that redundant, and potentially costly (in terms of performance), call to setting and animating the tableView to editing mode.