UITableviewCell 子控件超出ContentView 让其显示出来的解决办法

一、- (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

相关文章
相关标签/搜索