美文网首页
上下联动的下方tableViewCell复用问题

上下联动的下方tableViewCell复用问题

作者: biyu6 | 来源:发表于2018-10-10 11:16 被阅读0次

    //将collectionView的cell滚动出来
    [_collectionView scrollToItemAtIndexPath:indexPath atScrollPosition:UICollectionViewScrollPositionCenteredHorizontally animated:YES];

    //如果上面的animated: 设置为YES,cell为空时会从复用池中获取;如果为NO,会重新创建cell

    相关文章

      网友评论

          本文标题:上下联动的下方tableViewCell复用问题

          本文链接:https://www.haomeiwen.com/subject/srkpaftx.html