ios - UITableViewCell中UITextView聊天文本需要识别URL、PhoneNumber,但是
迷茫
迷茫 2017-04-17 17:49:45
0
1
425

UITableViewCell中UITextView聊天文本需要识别URL、number,但是需要禁用UITextView的selectable,以处理聊天气泡的长按事件,但是禁用selectable后,UITextView中的URL、PhoneNumber就不能点击了,这真是个棘手的问题。

我想要实现的是,UITextView中的URL、PhoneNumber既可以点击,又不影响UIImageView气泡的长按事件。

请问童鞋们有没有什么思路或解决办法?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
左手右手慢动作

You can choose to use rich text to achieve these functions

For example, in YYText, the text that has been sent does not need to be edited, so there is no need to use TextView.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!