标签: ios uitextview
我的UITextView dataDetectorTypes设置为UIDataDetectorTypeAll(应该包含UIDataDetectorTypeAddress),但无论我如何在文本视图中写入地址,都无法检测到作为一个链接。
UITextView
dataDetectorTypes
UIDataDetectorTypeAll
UIDataDetectorTypeAddress
地址是否应以某种特殊格式编写才能使用?电话号码,网址,电子邮件和日历活动完美无缺。