Help me please implement UITextView, which will be able to recognise @. When I'm typing characters of the username required after @, there is filtered tableView with the username appearing, in which I click on çell and username is inserted in the text.
Asked
Active
Viewed 674 times
1 Answers
1
No sure if you figured this out yet or not, but I created a simple class to do this.
You can find it here: https://github.com/omar14/OEMentions
OEMentions.swift is the file where all the logic is implemented, I think it will be useful for you.

omar
- 251
- 3
- 12
-
Any such solution for Android? – Shahood ul Hassan Apr 27 '21 at 14:47