GitHawkApp / StyledTextKit

Declarative building and fast rendering attributed string library.
http://githawk.com
MIT License
1.22k stars 58 forks source link

Add NSDataDetector support #45

Open rnystrom opened 6 years ago

rnystrom commented 6 years ago

h/t @SD10 for the idea! Inspired by TTTAttributedLabel.

SD10 commented 6 years ago

Another popular, lightweight alternative to UITextView in Swift is ActiveLabel. They support other detectors for hashtags, mentions, and regular expressions. I think a regex detector option would suffice. The pattern for hashtags/mentions can be too client specific -- they can just add their own regex

rnystrom commented 6 years ago

Bummer that is just a UILabel subclass 😞