mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:00:50 +00:00
Update flow layout. Fix decoding issue with Xib interpretation for NSCollectionViewLayout.
This commit is contained in:
parent
fc56a78840
commit
7fe30c6db2
5 changed files with 9 additions and 2 deletions
|
@ -187,6 +187,7 @@
|
|||
|
||||
- (NSCollectionViewLayoutAttributes *) layoutAttributesForItemAtIndexPath: (NSIndexPath *)indexPath
|
||||
{
|
||||
NSLog(@"Flow layout for index path = %@", indexPath);
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue