开发者

Make clickable text to another UIViewController

开发者 https://www.devze.com 2023-03-27 22:00 出处:网络
I have a block of text shown like: What I am trying to accomplish is that when I add the test to this table view cell, I want to make a specific word or group of words clickable.Lets take the group

I have a block of text shown like:

Make clickable text to another UIViewController

What I am trying to accomplish is that when I add the test to this table view cell, I want to make a specific word or group of words clickable. Lets take the group of words Grand Turk Lighthouse for example. Is there a 开发者_高级运维way to add a href to the word that when I click it, it will send me to say View2 which is in the app. I am building an app that will not go to the internet and so I want a way for the link to be clickable to send to another page within the app. Thanks for any help provided.


I can't give you specific answer, but you may try this :

https://github.com/AliSoftware/OHAttributedLabel

it also could give different style, color, and href in one label.

Make clickable text to another UIViewController

another alternative, is to use UIWebView, and listen / delegate to it. load html within the app.

hope it helps.

0

精彩评论

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

关注公众号