tableView 带动collectionView

    xiaoxiao2022-06-27  24

    tableView 可以带动collection view 联动  左table 右collection 在点击的方法里写 NSIndexPath *newIndex = [NSIndexPath indexPathForItem:0 inSection:indexPath.row];     [_collection scrollToItemAtIndexPath:newIndex atScrollPosition:UICollectionViewScrollPositionCenteredVertically animated:YES];
    转载请注明原文地址: https://ju.6miu.com/read-1124075.html

    最新回复(0)