Contents

itemPrototype

The receiver’s collection view item prototype.

Declaration

var itemPrototype: NSCollectionViewItem? { get set }

Discussion

Whenever possible, use a data source object to provide items. For more information, see the dataSource property.

See Also

Legacy Collection View Support