Swipe actions don't appear when using UITableViewDiffableDataSource

In the iOS 13.0 GM, leading and trailing swipe actions in a UITableView don't seem to work when using UITableViewDiffableDataSource. The delegate methods for providing a UISwipeActionsConfiguration don't seem to get called at all. This was also reported at https://stackoverflow.com/questions/57898044/unable-to-swipe-to-delete-with-tableview-using-diffable-data-source-in-ios-13. Has anyone else run into this issue?

Replies

Yep. Same here. Just refactored the UITableViewDiffableDataSource into my project and nothing gets reported. Although the suggested solution of subclassing the UITableViewDiffableDataSource does work.
Lots of potential with the UITableViewDiffableDataSource but it really could use some accurate documentation.