Unique internal problem that I figured I'd open and see if others have ideas. h/t @dshahidehpour for bringing this up.
Say we have a list with a couple items at the top and we want to "fill" the bottom space up with a single section controller that displays some content, centered in the remaining space. (e.g. imagine an empty-state message going here).

Here's why this is tricky:
[self.collectionContext containerSize] returns the inset bounds of the collection viewsizeForItemAtIndex:, the layout hasn't been setupAnyone have any thoughts on how to accomplish this? Open to adding an API to IGListCollectionContext if necessary.
@rnystrom Can we subclass the IGListCollectionViewLayout and modify the layout attributes for the last SC?
@zhubofei interesting! We did remove the subclass restriction, so this is totally possible. I hadn't even thought of that.
Did this ever get solved?
@weyert good call, I'm going to close this. We _did_ find a way to do this in Instagram, but its not the most elegant. Very "chicken or the egg" type of problem.
@weyert good call, I'm going to close this. We _did_ find a way to do this in Instagram, but its not the most elegant. Very "chicken or the egg" type of problem.
@rnystrom Can you share any info on how you did it?
Most helpful comment
@weyert good call, I'm going to close this. We _did_ find a way to do this in Instagram, but its not the most elegant. Very "chicken or the egg" type of problem.