Possible Duplicate:
UIScrollView - showing the scroll bar
How to make scrollbars
always visible in uiscrollview
. I used the flashscrollindicators
it does not make any sense.
I used this code to enable scroll indicator
hscroll.showsHorizontalScrollIndicator=YES;
but the scrollbars are visible only after I start scrolling the uiscrollview
.
I want to make the scrollbars always visible in uiscrollview