检测 UITextView 中链接/数字的点击
没有办法检测用户在 UITextView 中记录的电话号码和/或链接上的天气吗?
似乎没有一个委托方法。
有什么想法吗?
theres no way to detect weather the user taped on a phone number and/or link in a UITextView is there?
There doesn't seem to be a delegate method for it.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不能使用 UITextFied,但如果你使用 webview 并让它加载带有 html 标签的链接字符串,你可以使用 should load 方法来检测正在做什么。
You cant with UITextFied, but if you use a webview and get it to load a string with html tags for links, you can use the should load method to detect whats doing.