ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Add default implementation for other UITableViewDelegate/UICollectionViewDelegate methods #22

Closed bobek-balinek closed 4 years ago

bobek-balinek commented 4 years ago

Checklist

Description

As per #16 , when implementing a table view delegate there are currently some methods that aren't implemented. It is currently possible to add these methods by using @objc(…) modifier, but I feel like a default, open for overriding implementation achieves a better experience after all.

Related Issue

Introduction of default implementations for other UITableViewDelegate and UICollectionViewDelegate methods - #16

Impact on Existing Code

No impact on existing code.

ra1028 commented 4 years ago

Thanks @bobek-balinek ! Nicely done 👍