dataDetectorTypes
The types of data converted to clickable URLs in the web view’s content.
Declaration
var dataDetectorTypes: UIDataDetectorTypes { get set }Discussion
Use this property to specify the types of data (phone numbers, HTTP links, email address, and so on) that should be automatically converted to clickable URLs in the web view. When clicked, the web view opens the app responsible for handling the URL type and passes it the URL.
See the UIDataDetectorTypes enumeration for the types of data available for automatic detection.