在scrollview和webview中显示滚动条
我在我的应用程序中使用滚动视图和网页视图。我希望垂直滚动条无论在滚动还是不滚动时都必须可见。必须永久显示滚动条。
是否可以?
如果可能的话,请帮助我。
谢谢大家。
I am using scroll view and web view in my application. I want the vertical scroller has to visible wether in scrolling or without scrolling. have to display the scroller permanently.
is it possible?
if possible, plz help me.
thank you all.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
阅读此内容:
http://developer.apple .com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html
Read this:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html
我没有将 UIWebView 嵌入 UIScrollView 中。
我只使用 UIWebView 。
如果内容超过
webview 框架然后我必须显示
Web 视图的垂直滚动条。
如果内容适合网页视图,则无需显示滚动条。
i am not embedding UIWebView in UIScrollView.
i am using UIWebView only.
if the content is more than the
webview frame then i have to show the
vertical scroller for the webview.
if the content is fit in the webview then no need to show the scroller.