Subscript

subscript(_:)

Accesses one of the index path's nodes. インデックスパスの持つノードの1つにアクセスします。

Declaration 宣言

subscript(index: IndexPath.Index) -> IndexPath.Element { get set }

Relationships 関係

See Also 参照

Accessing Nodes ノードにアクセスする