I have a custom UItableviewcell (I have subclassed it ) . I have to change it’s selection style on select and revert the changes when some other cell has been selected . I have a callback setSelectionStyle where I can change the look and feel to show that its selected but I dont have a callback to revert that change .
Any Idea how does apple removes that blue layer of selection from UItableviewcell ?
Note : Do not forget to add the tableview delegate in your .m file.