I am creating a dictionary-style app that presents a tableview full of words, and when a word is selected, a UITextView is displayed that shows the definition of the word. 我想做的是添加一行,上面写着“另见:同义词1,同义词2”,其中同义词1和同义词2是将用户带到所触及同义词定义的链接。
添加这些动态链接的最佳方法是什么?纽扣?不知何故动态添加一个小的 UIWebView 一个 UItable?
谢谢!