Contents

moveColumn(_:toColumn:)

Moves the column and heading at the specified index to the new specified index.

Declaration

func moveColumn(_ oldIndex: Int, toColumn newIndex: Int)

Parameters

  • oldIndex:

    The current index in the Tablecolumns array of the column to move.

  • newIndex:

    The new index in the Tablecolumns array for the moved column.

Discussion

This method posts columnDidMoveNotification to the default notification center.

See Also

Column Management