点击导航栏滚动到顶部
我有一个很长的 UIWebView,我需要添加一种方法让用户点击 UINavigationBar 滚动到顶部(类似于 Facebook 应用程序,点击时它会发光)。
我该怎么做?
I have a really long UIWebView, and I need to add a way for the user to tap the UINavigationBar to scroll to top (something like the Facebook app, where it's little glow when you tap).
How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在iOS5中,您现在可以直接访问UIScrollView,允许您滚动到顶部。
这应该可以满足您需要的一切。
In iOS5, you can now access the UIScrollView directly, allowing you to scroll to top.
That should take care of everything that you need.
您可以使用 javascript 将 Web 视图滚动到顶部。您可以使用 Objective-C 端执行 javascript
You could use javascript to scroll the web view to the top. You could execute the javascript from the Objective-C side using