
Ad you see in red, it’s a name, and can navigate to another page (not a http url link) by click action. I guess it is a button, but I don’t know how to hide button border (or rect). Or any other way can implement this kind of effect?
A name or a word, can click and navigate to another page (not a http url link). UIButton? TTButton? UILabel? TTLabel?
If your question is how to make this sort of ‘invisible button’ work out, you could simply use a custom type button set to the correct frame over the bit of text you need to be clicked;
On the click event of this button, you may define the process of moving to the next page or view, by say either adding it on as a subview or pushing it in via a navigationController.