Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何创建具有非方形“命中区域”的 NSButton?
例子:
谢谢。
您可能可以继承 NSButton 并覆盖hitTest:以在您希望可点击的区域之外返回 nil。([super hitTest:]在里面时返回。)
hitTest:
[super hitTest:]
文档在这里。