How to scroll to an IndexPath after apply the snapshot – Ios swift
Im facing issue that is related to scroll to IndexPath after collection view snapshot applied. For this I have write bellow code dataSource.apply(snapshot, animatingDifferences: false, completion: { self.scrollToIndex(self.visibleIndex) }) Unfortunately it is not working for me in < iOS 15…