Search code examples
iphoneios4

Can I flash the scrollbars on a UIWebView


As a UIWebView doesnt not inherit from UIScrollView it doesnt have the flashScrollIndicators method.

Is there a way to replicate this somehow?


Solution

  • Nope. Not without digging around in undocumented subviews and exploring private APIs. It's just not functionality that Apple, in their infinite wisdom, decided to expose.