Skip to content
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

Does it support "action" on created text? #1

Open
steve21124 opened this issue Jun 13, 2012 · 1 comment
Open

Does it support "action" on created text? #1

steve21124 opened this issue Jun 13, 2012 · 1 comment

Comments

@steve21124
Copy link

Let say, if I want to have a text which can be tappable, once tap, it will execute selector with parameter

@ghost ghost assigned ba01ei Jun 13, 2012
@ba01ei
Copy link
Contributor

ba01ei commented Jun 13, 2012

It doesn't come with additional support. But you can create a standard UITapGestureRecognizer and add it to the fancy text view, so the text is tappable.

Potentially we can enable more advanced gesture detection, i.e. mapping the tap point to a tag ID. So you can perform different actions based on the area/text where it is tapped. This is not implemented yet, but we are definitely interested in working on this in the future.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants