开发者

NSTextView and text baloons (like in Mail app)

开发者 https://www.devze.com 2023-04-03 22:50 出处:网络
I\'m wondering how create such baloons in NSTextView, as in send mail window. I found one way of doing this, but I want user delete all baloon in one click (or transfer it to another location) ?

I'm wondering how create such baloons in NSTextView, as in send mail window. I found one way of doing this, but I want user delete all baloon in one click (or transfer it to another location) ?

Seems that it NSTextAttachm开发者_开发百科ent, but I not sure really.

Thank you!

NSTextView and text baloons (like in Mail app)


For a simple single-line field like in the screenshot, that would be an NSTokenField.

If you want to do it in a big NSTextView, like Xcode autocomplete, then you'll have to create it from scratch. (Probably with NSTextAttachment + NSAttributedString)

0

精彩评论

暂无评论...
验证码 换一张
取 消