MMSpreadsheetView
MMSpreadsheetView copied to clipboard
Reset scrolling programmatically
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!
@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.