当用户滚动时更改 UIWebview 中的标题
我正在开发一个 iOS 应用程序。我如何知道 UIWebview 中显示的当前部分并相应地更改导航栏的标题?标题将是用户正在阅读的部分。 UIWebView 中显示的 html 文件中的各个部分由
标记分隔。
I am developing an iOS app. How can I know the current section that is being displayed in the UIWebview and change the title of the navigation bar accordingly? The title will be the section which the user is reading. The sections in the html file displayed in the UIWebView are separated by <h2>
tags.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果有人正在寻找答案,
If anyone is looking for an answer to this, this might help. Its basically done using javascript functions.