Krelborn / KILabel

A simple to use drop in replacement for UILabel for iOS 7 and above that highlights links such as URLs, twitter style usernames and hashtags and makes them touchable.
MIT License
470 stars 132 forks source link

gesture and kilabel #82

Closed tiskender2 closed 12 months ago

tiskender2 commented 4 years ago

gestures are not working with kilabel

tranhoanganh commented 4 years ago

Open KILabel.m line 664 comment: if (_isTouchMoved) { self.selectedRange = NSMakeRange(0, 0);

    return;

}