Yes, it is. Just change the scrollPosition in your view in response to the click or touch event. Did you attempt anything? Were you having problems?
– JeffryHouserJun 01 '12 at 12:32
I get the scrolling part, but I can't find any information on if you can receive a event from clicking on the ios status bar (note that I'm not talking about the action bar, but the bar that contains the time and battery status)
– TineliseJun 01 '12 at 13:04
You won't be able to accept events from outside of your application natively. I suppose it may be possible with the use of Native Extensions, but I'm not sure. You mention this is standard iOS behavior; can you mention an example? I was unaware of this behavior.
– JeffryHouserJun 01 '12 at 13:07
Sure, if you go into Settings, scroll down the list and tap on the status bar the Settings list scrolls all the way to the top.
– TineliseJun 04 '12 at 07:40
Wow, after years of using iOS I totally missed that function, not that I find it particularly useful though, as the hit area is rather small thus doesn't work always. Anyway, I agree with Flextras, you can't use it in your Flex app without the use of an ANE.
– AlBirdieJun 04 '12 at 08:35
It's quite handy if you know about it :) My tiny lady fingers manages to hit the tiny hit area every time ;) Give me a shout if you happen to find a ANE that does the trick. Not sure I wanna try that one by myself..
– TineliseJun 05 '12 at 06:28