allaboutapps / DataSource

Simplifies the setup of UITableView data sources using type-safe descriptors for cells and sections. Animated diffing built-in.
MIT License
74 stars 10 forks source link

Fix: SwipeAction Closure Type from RowType to Item #25

Closed MSWagner closed 4 years ago

MSWagner commented 4 years ago

Fixed the closure types of the following methods:

Old: (RowType, IndexPath) -> UISwipeActionsConfiguration?

New: (Item, IndexPath) -> UISwipeActionsConfiguration?