一、- (void)scrollViewDidScroll:(UIScrollView *)scrollView {table
NSArray *vicells = [self.customsTableView visibleCells];scroll
for (UITableViewCell *vcell in vicells) {tab
[self.customsTableView bringSubviewToFront:vcell];view
}vi
}void
二、- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{index
[tableView bringSubviewToFront:cell];vc
}ab