Initializer

init(row:section:)

Initializes an index path with the indexes of a specific row and section in a table view. インデックスパスをテーブルビューの中の特定の行と区画のインデックスで初期化します。

Declaration 宣言

convenience init(row: Int, 
         section: Int)

Parameters パラメータ

row

An index number identifying a row in a UITableView object in a section identified by section. ある行を、sectionによって識別される区画においてUITableViewオブジェクトの中で識別するインデックス番号。

section

An index number identifying a section in a UITableView object. あるUITableViewオブジェクトの中である区画を識別するインデックス番号。

Return Value 戻り値

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

See Also 参照

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