AMAttributedHighlightLabel
AMAttributedHighlightLabel copied to clipboard
!!!DEPRECATED!!! A UILabel subclass with mention/hashtag/link highlighting.
Its not working when we simply post website name like www.github.com There is code written for that but , NSTextCheckingResult *match = [regex firstMatchInString:word options:0 range:NSMakeRange(0, [word length])]; match will...
question
does this still work
All the resizing works ok, but the clicking of a mention, hashtag or url only works on the first line. I've checked the label background and that is correct the...
As an enhancement, is it possible to provide support for chinese language? Please do reply.
If i give like @asdf#qwerty, @asdf is working but #qwerty is not working and vice versa. Please check and fix this so that it will be more helpful for us....
Hello, Thank you for amazing code. i have a issue with RTL Languages, see the attach video please :) http://vimeo.com/75465097
Got new issue here : Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSAttributedString invalid for autoresizing, it must have a single spanning paragraph style (or none) with a non-wrapping...