Hello!
I'm building an iPhone specific app and would like to use the scrollToTop feature to bring a user back to the top of their view when they double tap the status bar.
The problem is that I have a window with a TabbedBar controlling multiple views within a ScrollableView (per the answer here: http://developer.appcelerator.com/question/159263/showhide-tableviews). As far as I can tell, the ScrollableView doesn't support scrollToTop and the status bar doesn't support custom click event handlers.
Does anybody have any suggestions of how to implement this? I'd be open to any ideas, even if it means changing the way I'm doing things in the other question.
Thanks!