@Claude31 So I didn't need the call to the numberOfItems and comboBox as they populate from the "dataSource" in the comboBox function on their own. I added three more NSComboBoxes (They all load value from same source) and they all populated without doing anything other than setting the dataSource and delegate to self for all in the ViewDidLoad(). Is this an OK way of populating the NSComboBoxes?
What would I do if I needed to populate different comboboxes with different values?
Topic:
Programming Languages
SubTopic:
Swift
Tags: