滾動(dòng)到制定位置
self.collectionView.layoutIfNeeded()//這個(gè)必須先執(zhí)行,否則沒(méi)效果
self.collectionView.scrollToItem(at: indexPath, at:.left, animated: true)
self.collectionView.layoutIfNeeded()//這個(gè)必須先執(zhí)行,否則沒(méi)效果
self.collectionView.scrollToItem(at: indexPath, at:.left, animated: true)