UICollectionView LookLikeAppstore中的分页滚动

时间:2018-02-24 06:41:56

标签: swift scroll collectionview uicollectionviewflowlayout

我想在我的tableview中为collectionView like appStore创建部分,在水平滚动中显示单元格集合的一部分

        let width = UIScreen.main.bounds.width
    layout.itemSize = CGSize(width: width - 24 , height: HomeBundleTableViewCell.itemHeight )
    layout.sectionInset =   UIEdgeInsets(top: 0, left: 12, bottom: 0, right: 0)
    layout.minimumInteritemSpacing = 0

    layout.minimumLineSpacing = 0
    layout.scrollDirection = .horizontal

我的问题是当我向左滚动show is image并且图像显示不好时 当我滚动分页collectionView显示分页好

时,我该怎么办?

0 个答案:

没有答案