开发者

open linkin UITextView in my UIWebView on another tab

开发者 https://www.devze.com 2023-02-11 01:42 出处:网络
i have searched this site back and forth withoutfinding a clear answer for wha开发者_运维技巧t i want.

i have searched this site back and forth withoutfinding a clear answer for wha开发者_运维技巧t 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


See iPhone SDK - opening links in a UITextView in a web view

0

精彩评论

暂无评论...
验证码 换一张
取 消