So I know you can disable/enable the scrollsToTop
gesture (i.e. tap status bar) with view.scrollView.scrollsToTop = true
But is it possible to call this gesture programmatically?
So I know you can disable/enable the scrollsToTop
gesture (i.e. tap status bar) with view.scrollView.scrollsToTop = true
But is it possible to call this gesture programmatically?