开发者

Cocoa round cancel button

开发者 https://www.devze.com 2023-03-21 19:44 出处:网络
Apple uses a small rounded button to cancel downloads and delete inputs in textfields but I can\'t find it anywhere. I also need the pause and play versions of this button. Here\'s the cancel button s

Apple uses a small rounded button to cancel downloads and delete inputs in textfields but I can't find it anywhere. I also need the pause and play versions of this button. Here's the cancel button so you se what I mean.

Cocoa round cancel button

Cocoa round cancel button

I开发者_StackOverflow've looked for it in the object library in IB and checked all the setting but I can't find it anywhere. It's also used a lot in iOS. Can anyone tell me where to find it?


It's:

[NSImage imageNamed:NSImageNameStopProgressFreestandingTemplate];

(from the documentation).

0

精彩评论

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