在另一个选项卡上的 UIWebView 中打开 UITextView 链接
我来回搜索了这个网站,但没有找到我想要的明确答案。
我有一个详细视图,在按下表格视图中的单元格后显示,它有一个显示单元格内容的 uitextview 。在大多数情况下,此文本将有一个 url 链接,按下该链接会在 safari 中打开页面。
我想要做的是打开 UIWebView 中的链接,该链接位于我的应用程序中的另一个选项卡上,是否可以将此链接推送到我的 uiwebview 而不是打开 safari?
我对编码相当陌生,都是自学的。因此,如果您能详细解释一下,我们将不胜感激。
预先非常感谢
迈克
i have searched this site back and forth withoutfinding a clear answer for what i want.
i have a detail view which is presented after pressing a cell in a table view, this has a uitextview which displays the content of the cell. in most cases this text will have a url link, which when pressed opens the page in safari.
what i want to do is open the link in a UIWebView which i hae on another tab within my app, is it possible to push this link onto my uiwebview insteadof opening safari?
i am fairly new to coding, all self taught. so if you could explain with some detail itwill be appreciated.
Many thanks in advance
mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 iPhone SDK - 在 UITextView 中打开链接网页视图
See iPhone SDK - opening links in a UITextView in a web view