【发布时间】:2009-08-30 20:17:55
【问题描述】:
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?
谢谢!
【问题讨论】:
标签: iphone dynamic uitextview hyperlink