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

相關文章
相關標籤/搜索