I would like to add tokens or buttons inline in a UITextView. I was thinking of trying to embed NSTokenFields inside a UITextView? I don’t know if this is an optimal way to go about it. I would appreciation any sort of direction on how to accomplish this. Thanks a lot.
Share
NSTokenField doesn’t exist on iOS.
Take a look at https://github.com/jasarien/JSTokenField — it’s not perfect, but it’s a fair simulation.