我有一个有 2 列的表。对于每一列,我都从字典中包含的唯一数组中填充数据。所以现在当我点击第二列中的一行时,它不可能从字典中提取数据,因为我没有选择列,而只有行。
[tableView selectedColumn] //returns -1
[tableView selectedRow] //returns 1, but I needed the column number as well so I could pick the array from dictionary.
我怎样才能选择列?