Commit Graph

9 Commits

Author SHA1 Message Date
Bobby Bobak 46460779e6 Add tests for newly added methods and update the implementation of the CollectionViewDiffableDataSource with canMove/moveItemAt methods 2020-04-07 10:11:42 +01:00
Bobby Bobak 7152ec831f Possible fix for the build error 2020-03-26 19:50:29 +00:00
Bobby Bobak e132707c44 Add all of the remaining UITableViewDataSource methods to the TableViewDiffableDataSource 2020-01-15 14:27:17 +00:00
Ryo Aoyama 8db42c2188 Add tests 2019-12-10 15:26:30 +09:00
Ryo Aoyama b581a3e266 Add completion block to apply function 2019-12-10 15:08:33 +09:00
Simon Jarbrant 981a3c57d8 Add support for specifying section header and footer titles through TableViewDiffableDataSource subclasses 2019-09-08 16:59:12 +02:00
Ryo Aoyama 72c639ebe7 Fix syntax 2019-09-02 23:42:49 +09:00
Kishikawa Katsumi d717904e46 Make DiffableDataSourceSnapshot struct
In the latest Xcode 11 (beta 6), DiffableDataSourceSnapshot class changed to a struct.
This PR adopt the API to the latest UIKit's API.
2019-08-26 02:28:25 +09:00
Ryo Aoyama 3e216e1aa4 Initial commit 2019-06-24 12:03:35 +09:00