-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NSLinkAttributeName #150
Comments
I believe the link tapping would have to be handled by a |
Yup, I was looking for an overpowered UILabel in Swift and just got to TTTAttributedLabel and BonMot, I liked a lot BonMot but lacked touch sections. |
I've renamed this issue, because I think adding |
To clarify: I probably won't add link-tapping detection to BonMot. It should be easy to use BonMot to generate the link (once this issue is closed), and then pass the attributed string on to |
It would be cool if for example I have:
"You accept the Terms Of Service"
with 'Terms Of Service' clickable and calling some handler/action for opening links, segue, or doing something.
The text was updated successfully, but these errors were encountered: