nscollectionviewflowlayout Questions
3
Solved
I have a NSCollectionViewFlowLayout which contains the following:
- (NSSize) itemSize
{
return CGSizeMake(self.collectionView.bounds.size.width, kItemHeight);
} // End of itemSize
- (CGFloat) mi...
Xenon asked 1/2, 2018 at 16:21
4
NSCollectionViewFlowLayout produces a layout with items justified on the right margin or, if the container is only wide enough for one item, centres items. I was expecting an alignment option, e.g....
Giraffe asked 29/3, 2016 at 13:27
1
© 2022 - 2024 — McMap. All rights reserved.