首页 > 学院 > 开发设计 > 正文

UICollectionView不能滑动特定位置的坑

2019-11-09 18:53:09
字体:
来源:转载
供稿:网友
如果collectionview使用

NSInteger row = [[self.passedParamsnonNullObjectForKey:@"selectedImageIndexPath"]integerValue];

        NSIndexPath *index = [NSIndexPath indexPathForItem:row inSection:0];

        [weakSelf.collectionView scrollToItemAtIndexPath:indexatScrollPosition:UICollectionViewScrollPositionTop animated:YES];

不能滑动到某个cell的话,说明在这个方法的后面哈有影响collectionview的方法,或者有其他的一些 动画的影响。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表