isRowSelected(_:)
Returns a Boolean value that indicates whether the row at the specified index is selected.
Declaration
func isRowSelected(_ row: Int) -> BoolParameters
- row:
The index of the row to test.
Returns a Boolean value that indicates whether the row at the specified index is selected.
func isRowSelected(_ row: Int) -> BoolThe index of the row to test.