MacOS下,使用Obj-C模拟NSButton的点击事件。
示例代码:
NSButton *outputButton = self.outputModeView.subviews[sender.tag];
[outputButton performClick:outputButton];
//[outputButton performClick:nil];
官方文档描述如下:
官方文档描述
MacOS下,使用Obj-C模拟NSButton的点击事件。
示例代码:
NSButton *outputButton = self.outputModeView.subviews[sender.tag];
[outputButton performClick:outputButton];
//[outputButton performClick:nil];
官方文档描述如下:
本文标题:NSButton模拟按钮点击
本文链接:https://www.haomeiwen.com/subject/ifudjqtx.html
网友评论