I have some cells in the form of a table, which usually cannot be selected. The user must use the detail disclosure accessory to push the new controller with the item details.
However, returning to the presentation of the table, I would like to highlight the row so that it is clear where he / she came from. To achieve this, I temporarily set the selectionStyle parameter to blue, select / deselect the row, and then set the selectionStyle parameter to none.
However, since the cell immediately returns to selecting StyleNone, the end result is a gray select / deselect, not a blue one.
1) How can I defer this selection of Style until the selection is canceled? 2) My cell will be temporarily selected for a quick finger at this time - how can I avoid this?
source
share