I know that setScrollsToTop gets confused when you have more than one scrollable view, but is there any way to fix this? Can you specify which view to scroll to top, thus clarifying it for the property?
Eg, I have myScrollView and myTableView in the view
How can I set it so only myTableView scrolls to top when the status bar is tapped?
Alternatively, is there a notification that goes off (or I can subscribe too) when the status bar is tapped?
Thanks in advance, I hope this makes sense!