Contents

unhideRows(at:withAnimation:)

Unhides the specified table rows.

Declaration

func unhideRows(at indexes: IndexSet, withAnimation rowAnimation: NSTableView.AnimationOptions = [])

Parameters

  • indexes:

    An index set containing indexes of the hidden rows to be shown again.

  • rowAnimation:

    An animation effect to be applied when the rows are hidden.

Discussion

Unhiding a table row causes the tableView(_:didAdd:forRow:) delegate method to be invoked.

See Also

Related Documentation

Hiding and Showing Table Rows