Deselect UITableView Look like Mail app


/ Published in: iPhone
Save to your folder(s)



Copy this code and paste it in your HTML
  1. - (void)viewWillAppear:(BOOL)animated {
  2. [self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES];
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.