1

I want create section in my tableview for collectionViewlike appStore the show a part of cell collectionView in horizontal scroll

        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

My problem is when I scroll left show is image and image showing bad what should I do when I scroll paging collectionView showing paging good

yahya
  • 321
  • 2
  • 16

0 Answers0