UIScrollView指示器始终显示?

问题描述:

是否可以使UIScrollView指示器始终显示?不仅是在滚动时!

its possible to make UIScrollView indicator always show? and not only when scrolling!

谢谢.

您不能.这是界面准则的一部分.您可以选择使用

You can't. This is part of the interface guidelines. What you can do alternatively is flash them in some sensible circumstances (the view becomes visible, moves onto the screen, or similar) using the - (void)flashScrollIndicators method.