Initializer

init(forItem:inSection:)

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

Declaration 宣言

iOS, iPadOS, Mac Catalyst, tvOS

convenience init(item: Int, 
         section: Int)

macOS

init(forItem item: Int, 
inSection section: Int)

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 特殊ノード名を使う