We have a collection view. I have made a calendar which shows dates horizontally & I scroll dates horizontally. Now on screen I see only 3-4 dates. Now I want to auto sc
You can use this
self.collectionView.scrollToItem(at:IndexPath(item: index, section: 0), at: .right, animated: false)