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?
Copyright © 2021 Jogjafile Inc.
NSComboBoxis a subclass ofNSTextField, it's simply