I'm trying to get the selected string from comboBox.The string casting is not working
let font = NSFont(name:String(combo_font.objectValueOfSelectedItem), size: 50)
How to properly get the string value?
I'm trying to get the selected string from comboBox.The string casting is not working
let font = NSFont(name:String(combo_font.objectValueOfSelectedItem), size: 50)
How to properly get the string value?
NSComboBoxis a subclass ofNSTextField, it's simply