synesthesia-it / Boomerang

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

Supplementary items are not public #32

Closed stefanomondino closed 3 years ago

stefanomondino commented 3 years ago

There are some cases in complex collection view layouts where we need to retrieve all supplementary items upfront.

At the moment, the items property in the Section.Supplementary object is not public.

A workaround is needed.