i have several table views in my app. I am familiar with the usual behaviour of tables, that when you select a row and progress to a pushed view, it turnes blue, then when y
Use this piece of code in the end of didSelectRowAtIndexPath delegate method of table view,
[tableView deselectRowAtIndexPath:indexPath animated:NO];