如何显示UISrcollView垂直Bar?
我在 ipad 的 UIScrollView 中定义了一个 UILabel。 但是当文本大于scrollView时如何显示UISrcollView垂直Bar? 当我触摸scrollView时,垂直条出现,但是如何在不触摸的情况下显示它? 问候 弗雷德
I define a UILabel inside a UIScrollView in my ipad.
But how to display the UISrcollView vertical Bar when the text is bigger than the scrollView ?
When I touch the scrollView the vertical bar appeared, but how to display it without touching ?
Regards
Fred
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想,这是不可能的。设置showsVerticalScrollIndicator 和showsHorizontalScrollIndicator 属性就可以显示滚动条。
当视图变得可见时,您可以使用 flashScrollIndicators。它将引导用户可滚动内容可用。
I think, its not possible. Setting showsVerticalScrollIndicator and showsHorizontalScrollIndicator properties you can display the scroll bar.
You can use flashScrollIndicators when the view becomes visible. It will guide user that scrollable content is available.