我正在使用下面的代码来设置我的uiwebview的using检测器类型。
webview.dataDetectorTypes=UIDataDetectorTypeLink;有没有办法添加多个数据检测器类型?假设我想让uiwebview检测UIDataDetectorTypeLink和UIDataDetectorTypePhones。
感谢您的帮助。
发布于 2012-03-10 07:44:40
使用UIDataDetectorTypeLink | UIDataDetectorTypePhones
https://stackoverflow.com/questions/9642353
复制相似问题