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
The makeInteract is using the UITextViewDelegate shouldInteractWith
function. That delegate only works on a UITextView. I don't think there is
similar standard functionality available for a UILabel. But then... why not
change the label to a textview?
Op 4 apr. 2017 8:02 p.m. schreef "Jinkeycode" <notifications@github.com>:
why not make makeInteract supported in UILabel? Can we extend it? or you planing to do so?
The text was updated successfully, but these errors were encountered: