Is there a way to hide the scroll bar in a scroll view?
From stackoverflow
-
[scrollView setShowsHorizontalScrollIndicator:NO]; [scrollView setShowsVerticalScrollIndicator:NO];This is in the docs.
Is there a way to hide the scroll bar in a scroll view?
[scrollView setShowsHorizontalScrollIndicator:NO];
[scrollView setShowsVerticalScrollIndicator:NO];
This is in the docs.
0 comments:
Post a Comment