标签: swift macos nsbutton
我正在尝试按代码为我的应用创建一个按钮,但我不知道如何编写某些操作。有人可以帮我吗?
我的代码:
var newBut = NSButton(frame: NSRect(x: 150, y: 200, width: 30, height: 30)) newBut.title = "#" self.view.addSubview(newBut)
Xcode版本9.2(9C40b),Swift 4。