Update implementation to calculate position of items for the flow layout. implementation of copyWithZone. Implementation of initWithCoder for flow layout

This commit is contained in:
Gregory John Casamento 2022-06-27 06:56:11 -04:00
parent 7fe30c6db2
commit 8948aecae5
4 changed files with 97 additions and 14 deletions

View file

@ -95,6 +95,9 @@ NSCollectionViewSupplementaryElementKind NSCollectionElementKindInterItemGapIndi
- (NSCollectionElementCategory) representedElementCategory;
- (NSString *) representedElementKind;
- (NSInteger) zIndex;
- (void) setZIndex: (NSInteger)zIndex;
@end
enum