Section header/footer adapter context - missing UICollectionView
zdnk opened this issue · 0 comments
zdnk commented
Hello,
I am struggling with a architecture where view for header and footer are provided by the view model. That means that when using Owl it is basically the adapter for header and footer it provides. However I still want view model to be clueless about the collection view, however the adapter needs to provide it in context so I can calculate proper size for header and footer view.
I hope it is clear what my issue is.