且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

comboBoxSelectionDidChange给我以前选择的值

更新时间:2022-01-12 23:10:03

我使用以下方法获得了所选值:

I got the selected value using:

NSString *strValue = [comboBox itemObjectValueAtIndex:[comboBox indexOfSelectedItem]];