In iOS native, when you transition to a screen that has a tableview, the scrollbar momentarily appears (see mail, settings or any other iOS app). This lets you know that there is more content than only what is on the screen.
I am using widget 2.0 tableviews. They work great, but the scroll bar only appears when you touch the screen and start scrolling. The bar stays visible until you stop scrolling. (like it should.) Is there a way to make the bar appear when transitinoing into the screen like I detail above?
Thanks!
Daniel