You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Let say, if I want to have a text which can be tappable, once tap, it will execute selector with parameter
The text was updated successfully, but these errors were encountered: