open linkin UITextView in my UIWebView on another tab
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
精彩评论