I\'m targeting iOS7 in my latest app, and tapping on the status bar doesn\'t seem to scroll a tableView or collectionView to the top.
I\'ve set self.tableView.
for others :
Remember that the scroll view you are searching can also be a UIWebView..not just UITableView. Another important thing is that it's not only about VISIBLE scrollViews, but LOADED scrollviews.
If you don't find the scrollView, you can always insert UITableView test table, immediately when app is starting, check if it's scroll to top, and then load more and more views, until the test table stop scrolling to top.