Is there a way to insert text inputs inline inside a block of text? I need to allow users to input some data inline within text. I thought that I would be able to use NSMutableString
with attachments, but it seems to support only UIImage
as attachments.
This is an example of what I'm trying to achieve:
Thanks!