通过 NSString 进行导航?或制作 UILabel/UITextview 内容用于导航
我有字符串数据,高度是可变的,它可以是这样的:
John Colman to Android Market、Iphone 开发者、PHP 团体
或
John Colman Edward Python
但除了“to”之外的所有单词都必须导航到其他viewController 吗?对此最好的解决方案是什么?通过 UITableView delegate 或 UIButton 导航很容易,但它只是 NSString?
I have string data and height is changable, it can be like this:
John Colman to
Android Market, Iphone Developers, PHP grups
or just
John Colman to
Edward Python
but except "to" all the words must be navigate other viewController? What is the best solution for this? It is easy the navigate something via UITableView delegate or UIButton but it is just NSString??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了facebook的开放框架:
http://third20.info/
创建一个可链接的文本标签,它可以工作。
I used open framework of facebook:
http://three20.info/
create an linkable textlabel and it works..