Ha ii everybody,is it possible to highlight a text-label.text in a table-view cell not the entire row .I want to highlight only the text in the table-view,i don’t want the entire row selection when we tap the cell.My requirement is when i tap the cell,it highlighted the contents of the cell which means the text of the cell.Is this possible?
Thanks in advance.
Ha ii everybody,is it possible to highlight a text-label.text in a table-view cell not
Share
Override setHighlighted and do something else.