synesthesia-it / Boomerang

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

UIScrollView #18

Closed stefanomondino closed 4 years ago

stefanomondino commented 5 years ago

There are cases where a UIScrollView is more than enough to display contents without having recycling behaviors.

We should implement a UIScrollView subclass that mimics UICollectionView grid layout behavior by using constraints, maybe using an internal UIStackView