0

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.

1 Answers1

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