iPhone Scrollview question?
Is there a way to hide t开发者_开发技巧he scroll bar in a scroll view?
[scrollView setShowsHorizontalScrollIndicator:NO];
[scrollView setShowsVerticalScrollIndicator:NO];
This is in the docs.
You can do this in interface builder also, by unchecking the the scrollers horizontal and vertical property.
精彩评论