UIScrollView indicator always show?

iphone, uiscrollview

Solution

You can't. This is part of the interface guidelines. What you can do alternatively is flash them in some sensible circumstances (the view becomes visible, moves onto the screen, or similar) using the `- (void)flashScrollIndicators` method.

Problem

its possible to make UIScrollView indicator always show? and not only when scrolling! Thank you.

Original source

Related problems