2011-07-06 24 views

回答

4

你檢查dataDetectorTypes財產?

例如使用:

[[self content] setDataDetectorTypes: UIDataDetectorTypeAll]; 

你可以使用:

UIDataDetectorTypePhoneNumber 
UIDataDetectorTypeLink 
UIDataDetectorTypeAddress 
UIDataDetectorTypeCalendarEvent 
UIDataDetectorTypeNone 
UIDataDetectorTypeAll 

Reference-Link UIWebView

相關問題