Instance Property インスタンスプロパティ

item

An index number identifying an item in a section of a collection view. コレクションビューのある区画の中のある項目を識別するインデックス番号。

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS

@property(nonatomic, readonly) NSInteger item;

macOS

@property(readonly) NSInteger item;

Discussion 議論

The section the item is in is identified by the value of section. その項目が中にある区画は、sectionの値によって識別されます。

See Also 参照

Using Special Node Names 特殊ノード名を使う