AppleDataDetectorType - UBogun/Xojo-iosLib GitHub Wiki
Inherits from ./.
Memory leak check: passed
Status: complete
This is a helper class for iOSLibWebView objects, not a native iOS object.
It enables you to easily influence the data detectors a iOSLibWebView/HTMLViewer uses. It is basically just an UInteger with a few boolean properties attached to it.
Constructor
Constructor(): Creates a new DataDetectorType.
Properties – all are Boolean except for ID which is the value the class instance represents.
When one of the properties is True and you assing this DatadetectorType to an iOSLibWebView’s DataDetectors property, its detecting features are anabled. They are:
Address, CalendarEvent, Link and PhoneNumber
Shared Properties
AllTypes As AppleDataDetectorType: Returns a Type with all four features activated.