Contents

init(forRow:inSection:)

Initializes an index path with the indexes of a specific row and section in a table view.

Declaration

convenience init(forRow row: Int, inSection section: Int)
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:

    An index number identifying a section in a Uitableview object.

Return Value

An NSIndexPath object.

See Also

Using Special Node Names