Update flow layout. Fix decoding issue with Xib interpretation for NSCollectionViewLayout.

This commit is contained in:
Gregory John Casamento 2022-06-26 08:26:12 -04:00
parent fc56a78840
commit 7fe30c6db2
5 changed files with 9 additions and 2 deletions

View file

@ -187,6 +187,7 @@
- (NSCollectionViewLayoutAttributes *) layoutAttributesForItemAtIndexPath: (NSIndexPath *)indexPath
{
NSLog(@"Flow layout for index path = %@", indexPath);
return nil;
}