synesthesia-it / Boomerang

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

UIStackView #19

Closed stefanomondino closed 4 years ago

stefanomondino commented 5 years ago

ListViewModel should be compatible with stack views. UIScrollViews(#18) could then embed resulting stack view instead of manually create constraints

stefanomondino commented 5 years ago

Normal reload has been implemented. Partial updates still missing