Type Method 型メソッド

indexPathForItem:inSection:

Initializes an index path with the indexes of a specific item and section in a collection view. あるインデックスパスを、あるコレクションビューの中の特定の項目および区画のインデックスそれらで初期化します。

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS

+ (instancetype)indexPathForItem:(NSInteger)item 
                       inSection:(NSInteger)section;

macOS

+ (NSIndexPath *)indexPathForItem:(NSInteger)item 
                        inSection:(NSInteger)section;

Parameters パラメータ

item

An index number identifying an item in a UICollectionView object in a section identified by the section parameter. UICollectionViewオブジェクトの中のある項目を、sectionパラメータによって識別される区画において、識別するインデックス番号。

section

An index number identifying a section in a UICollectionView object. UICollectionViewオブジェクトにおいてある区画を識別するインデックス番号。

Return Value 戻り値

An NSIndexPath object. NSIndexPathオブジェクト。

See Also 参照

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