Contents

isSelected()

Returns whether the cell is selected.

Declaration

func isSelected() -> Bool

Return Value

true if the cell is selected, otherwise false.

Discussion

Subclasses should not override this method.

See Also

Selection Handling