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.
我正在使用可可(Mac 桌面应用程序)制作应用程序。我在 NSView 的背景中有一个 NSButton。即使稍后在 NSWindow 中添加任何 NSView,也会单击该按钮。
如何停止单击任何 NSView 的背景按钮?
请给建议!!!
等待回复!!!
提前致谢 :)
每当您在按钮上方添加视图时,请使用禁用按钮
[button setEnabled:FALSE];