Add code to return the item properly from layoutAttributesForElementsInRect:, add missing NSCopying declaration to NSCollectionViewItem.h, minor cleanup in NSCollectionViewCompositionalLayout

This commit is contained in:
Gregory John Casamento 2022-07-19 09:08:13 -04:00
parent f3672c31e9
commit 5108348ca6
7 changed files with 28 additions and 28 deletions

View file

@ -42,7 +42,7 @@
APPKIT_EXPORT_CLASS
@interface NSCollectionViewItem : NSViewController
@interface NSCollectionViewItem : NSViewController <NSCopying>
{
IBOutlet NSTextField *textField;
IBOutlet NSImageView *imageView;