You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apply filter on button tap. So in this case I want reset scroll position to initial one. Please let me know, how could I do that programmatically.
Thanks!
The text was updated successfully, but these errors were encountered:
@mhomam If you need a quick solution, modify the library and expose the underlying UICollectionViews as readonly properties so you can call scrollToItemAtIndexPath:atScrollPosition:animated: on the collectionView(s) you want to scroll.
I'll have to give a permanent solution some more thought.
I apply filter on button tap. So in this case I want reset scroll position to initial one. Please let me know, how could I do that programmatically.
Thanks!
The text was updated successfully, but these errors were encountered: