/ Published in: iPhone
Expand |
Embed | Plain Text
- (void)viewWillAppear:(BOOL)animated { [self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES]; }
You need to login to post a comment.
pete on 10/13/10
1 person have marked this snippet as a favorite
- (void)viewWillAppear:(BOOL)animated { [self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES]; }
You need to login to post a comment.