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