cell.selected = YES;
NSIndexPath *ipath = [NSIndexPath indexPathForRow:indexPath.row inSection:0];
[self.tableView selectRowAtIndexPath:ipath animated:NO scrollPosition:UITableViewScrollPositionNone];
cell.selected = YES;
NSIndexPath *ipath = [NSIndexPath indexPathForRow:indexPath.row inSection:0];
[self.tableView selectRowAtIndexPath:ipath animated:NO scrollPosition:UITableViewScrollPositionNone];