UITextView provides a very useful Data Detectors functionality, that supports:
- Phone number detection
- URL detection Street address detection
- Event detection
- Shipment tracking number detection
- Flight number detection, and
- Information users may want to look up
I prepared a small sample to test it out, and I just have one question:
How can I change the appearance of detected text?
Changes applied to tintColor and/or linkTextAttributes appears to only work for URL, email, and phone number. Changes applied to tintColor or linkTextAttributes properties of UITextView DOES NOT appear to have any effect on items like Event/ Date or Time, Address, Shipment Number, and Flight Number.

There seems to be only one way using NSDataDetector.
Sample of the date detection is below.