Contents

focusedColumn()

Returns the currently focused column.

Declaration

func focusedColumn() -> Int

Return Value

The index of the column, or -1 if there is no focused column

Discussion

The focus interaction will always be on the selectedRow of the table. If the selectedRow is a full width cell, then focusedColumn will return 1 when focused.

See Also

Deprecated Methods