synesthesia-it / Boomerang

Swift micro-framework for MVVM (Model-View-ViewModel) native applications.
MIT License
36 stars 10 forks source link

Let the user specify the insert/reload/delete animations #42

Closed DavideCeresola closed 1 year ago

DavideCeresola commented 1 year ago

The RxDataSource's animations options for the UITableView are set to automatic. Sometimes it causes some automatic animation selection that is not so great to see. It would be nice for the users to specify the kind of animations they want while using the UITableView.

In some project i wrote an extension to choose the animation but it would be nice if Boomerang integrates it itself. Feel free to reject it if you think is not useful :)

Thank you

stefanomondino commented 1 year ago

Ciao @DavideCeresola , seems totally legit and the changes you've submitted are not breaking, so... great work!