SyntaxFix
Write A Post
Hire A Developer
Questions
Note that if you're using NSButton there is no setTitle func, instead, it's a property.
setTitle
@IBOutlet weak var classToButton: NSButton! . . . classToButton.title = "Some Text"