psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

Support for Input #131

Closed asifhabib closed 10 months ago

asifhabib commented 4 years ago

It is a great library to for attributed labels @mentions and #tags. I also need a library which should detect # and @ and then return search string after those characters, also should highlight the inserted hashtags and mentions.

psharanda commented 4 years ago

Hi, Could you explain in more details your suggestion?

asifhabib commented 4 years ago

I need a textInput/UITextview which can detect # , @ or any special character and return string after that character.

Like this library. https://github.com/JNDisrupter/JNMentionTextView