Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用滚动视图和 Web 视图。我希望垂直滚动条必须在滚动或不滚动时可见。必须永久显示滚动条。
可能吗?
如果可能的话,请帮助我。
谢谢你们。
我没有在 UIScrollView 中嵌入 UIWebView。
我只使用 UIWebView。
如果内容超过 webview 框架,那么我必须显示 webview 的垂直滚动条。
如果内容适合 webview,则无需显示滚动条。
重要提示:您不应该在 UIScrollView 对象中嵌入 UIWebView 或 UITableView 对象。如果这样做,可能会导致意外行为,因为两个对象的触摸事件可能会混淆并错误处理。
读这个:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html