开发者

NSTextView and text baloons (like in Mail app)

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜