synesthesia-it / Boomerang

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

Improve IndexPath checking in ListViewModel #11

Closed stefanomondino closed 5 years ago

stefanomondino commented 6 years ago

We should create some utility methods on list view model to

stefanomondino commented 5 years ago

With DataHolder conforming to Collection, this seems to be solved (or, at least, with an easy workaround)