开发者

Cocoa/OSX tagging UI

开发者 https://www.devze.com 2023-01-29 03:10 出处:网络
I\'m looking to implement a tagging interface on OSX that lets users type text \"tags\" to attach to an object. Ideally, I\'d like to implement a fancy UI like the screenshot below:

I'm looking to implement a tagging interface on OSX that lets users type text "tags" to attach to an object. Ideally, I'd like to implement a fancy UI like the screenshot below:

Cocoa/OSX tagging UI

-

Note: This shows multiple states

This UI lets the user type tags, then groups them into a rounded shape when enter is pressed. They can be deleted by dragging over to highlight (shown in dark blue) and p开发者_开发问答ressing delete. I think this is a slick interface for quickly jotting down a bunch of tags without having to repeatedly press form buttons.

I've seen this interface in Mail.app and a few other places in OSX, so that makes me wonder if there's some sort of cocoa class out there for this. Anyone know of one? If not, I guess I'm looking at a custom opengl view.


Take a look at NSTokenFieldCell.

0

精彩评论

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