I have a collectionView with Paging enabled. I also added buttons with scrollToItem functionality in their action, so that the user can click and go to the next or previous cell of the collectionView.
Everything worked fine until ios 14. Now if I disable Paging on the collectionView, scrollToItem works fine, but with Paging enabled, if I click next or previous (scrollToItem), nothing happens. Now with Paging disabled if I try to swipe the screen in order to scroll to another cell, the collection view does not stop on the cell- just floats freely (obviously caused by disabling Paging).
Anyone has idea why is this?
Everything worked fine until ios 14. Now if I disable Paging on the collectionView, scrollToItem works fine, but with Paging enabled, if I click next or previous (scrollToItem), nothing happens. Now with Paging disabled if I try to swipe the screen in order to scroll to another cell, the collection view does not stop on the cell- just floats freely (obviously caused by disabling Paging).
Anyone has idea why is this?