Tuesday, April 5, 2011

iPhone Scrollview question?

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.

0 comments:

Post a Comment