I would like to implement a textView to show text in my app. But I need to replace every text which is in [ ] with a custom view, like in the picture shown. Is this possible with a UITextView, or are there other ways to archive this in swift?
Example of what it should look like
I hope you can help me.