Implement re-flow when view is resized

This commit is contained in:
Gregory John Casamento 2022-07-17 08:32:29 -04:00
parent b28eaac9eb
commit 2246da3d0e
3 changed files with 28 additions and 6 deletions

View file

@ -100,6 +100,10 @@ NSCollectionViewSupplementaryElementKind const NSCollectionElementKindSectionFoo
BOOL _sectionHeadersPinToVisibleBounds;
BOOL _sectionFootersPinToVisibleBounds;
NSMutableIndexSet *_collapsedSections;
NSInteger _ds; // deltas for when overflow happens...
NSInteger _dr;
}
- (CGFloat) minimumLineSpacing;