I know how to manually scroll a UITableView
or UIScrollView
to top.
I am trying to replicate the behaviour of tapping the UIStatusBar
which automatically finds the active view that can be scrolled to top and scrolls it to top.
So, I want to do the same, without knowing which UIScrollView
subclass is currently active and can be scrolled to top.
Is there a public NSNotification
for this, or any other public method?