As usual, when a tableviewcell is touched, it will be selected. But now i need one cell in my tableview never be selected.how could i forbid a tableviewcell to be selected?
After modifying didSelectRowForIndexPath: method. It works now. Thx ALl:)
Once the cell (need to be forbidden) is selected i just use the selectRowAtIndexPath method to select the former selected cell to be selected again.
In your
didSelectRowForIndexPath:method, you can check if the cell meets your quality standards and accordingly, show aUIAlertViewor go ahead if it meets the requirements