if modelList.count > 1 {
self.collectionView.scrollToItem(at: IndexPath(item: 0, section: 0), at: .left, animated: false)
} else {
self.collectionView.setContentOffset(CGPoint(x: 10, y: 0), animated: true)
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: