I have a UITableview that I would like to scroll to the top when the status bar is touched.
I expected to find a notification that I could listen to and then use tableview:scrollToRowAtIndexPath: for the scroll, but can find none.
Is there a way to do this?
[Update]
Finding some more on the net, I am suspicious that this is the simulator biting me. My UIScrollView is failing to scroll to the top in the simulator, but I have not tried on hardware. Also, I have one UIScrollView, but also UITextView, so I wonder if that is eating it.
I will see what I can do with scrollsToTop.