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
The following code does works Good
-(void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:YES]; [self setClearsSelectionOnViewWillAppear:NO ]; }