tags:

views:

121

answers:

0

Is there a way to enable UIDataDetectorTypes for UILabel? Currently UIDataDetectorTypes is only for UIWebView and UITextView, both are extremely slow when used in UITable cells. Especially when you are scrolling past tens of these cells. UILabel is the better choice for tables but it won't detect data. Any ideas?