NSArray *array = [self.tableVeiw visibleCells];//獲取正在使用的 cellit
for (UITableViewCell *cell in array) {table
UIButton *buton = (UIButton *)[cell viewWithTag:101];select
buton.selected = NO;tab
}view
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];vi
UIButton *buton = (UIButton *)[cell viewWithTag:101];index
buton.selected = YES;ab