Call this to find out whether a cell at a given position has been clicked.
Syntax
-
(
BOOL
)
isImageCellSelectedAtRow
:
(
NSUInteger
)
row
andColumn
:
(
NSUInteger
)
column
Parameters
-
row –
the row of the cell.
-
column –
the column of the cell.
Returns
YES if the specified cell is selected. NO otherwise.