iOS Question iTableView - Suppress Focus

RichardN

Well-Known Member
Licensed User
Longtime User
I am using the iTableView to display the resulting records from a database query. In this instance it has no selectable functionality other than simply to display a line of text in each cell.

When you touch a cell it gains focus and changes colour. Is it possible to suppress that individual cell 'selectable' functionality of the iTableView without disabling the whole view ?
 
Top