0
votes

What technique to use, to create a TextView, containing text bubbles for email, similar as in email

enter image description here

1

1 Answers

2
votes

This is an NSTokenField. Take a look at that and the NSTokenFieldCell classes. If what you need to do is highly custom, you might want to look at third party token field implementations that are more flexible.