Tagging icon indicating copy to clipboard operation
Tagging copied to clipboard

A TextView that provides easy to use tagging feature for Mention or Hashtag

Results 7 Tagging issues
Sort by recently updated
recently updated
newest added

It works well for the first time tag user using @ mentions. When I try same for the second time it crashes on the function: `private func updateAttributeText(selectedLocation: Int) {`...

When I enter first "@" then it doesn't work properly and doesn't give exact match list. But when we enter some text and then I enter " @" it works...

Basically added 2 more variables to TaggingModel, so that every tag can have their own string attributes. ![Simulator Screen Shot - iPhone SE (2nd generation) - 2020-08-28 at 00 29...

After I paste a long text from clip board to tagging, I hard to select another text for deleting or editing

it tried to implement this using Bridging-Header but can not access this variable and method in objective c

Hello, We have text and we have tagged text before writing anything into textfield. How can we do that? Thanks in advance.

Hi, Hope you are doing well. As of now below method called twice in xcode 14.3.1. other xcode's below version working fine. `public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange,...