I have a custom cell with imageview and label.When user selected a particular cell in the tableview I want change its image and the label font color.How can I do this ?I want to avoid that default way of cell selection(highlight cell in blue color) and use above method instead of that.
I have a custom cell with imageview and label.When user selected a particular cell
Share
if you want changed selected cell backgroundColor, try to this.