MMSpreadsheetView icon indicating copy to clipboard operation
MMSpreadsheetView copied to clipboard

Reset scrolling programmatically

Open mhomam opened this issue 10 years ago • 1 comments

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 avatar Sep 25 '14 09:09 mhomam

@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.

jeffla avatar Sep 26 '14 14:09 jeffla