Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.87k stars 1.54k forks source link

IGListStackedSectionController to respect children insets #467

Closed ninokierulf closed 7 years ago

ninokierulf commented 7 years ago

New issue checklist

General information

Issue

IGListStackedSectionController encapsulates child section controllers. If insets were set for each separate child section controllers, insets of the child section controllers are not applied. Instead, the set inset of IGListStackedSectionController is the only visible change. Child section controller's insets are not changed, so layout is not desirable.

zhubofei commented 7 years ago

@ninokierulf Dup with #448