开发者

iPhone Scrollview question?

开发者 https://www.devze.com 2023-01-13 02:24 出处:网络
Is there a way to hide t开发者_开发技巧he scroll bar in a scroll view?[scrollView setShowsHorizontalScrollIndicator:NO];

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消