I'm not sure I made my problem clearWhile I set the values in the table using the tableView method I'm allowing the user to change the values in the tableview by making the cells in the second column editable.I want to know how to retrieve the new values the user has entered from the table.I notice there are two versions of the tableView function. the first is called by the tableview to populate the cells.I'm unclear as to how/when the second version of the function is called:func tableView(tableView: NSTableView, setObjectValue object: AnyObject?, forTableColumn tableColumn: NSTableColumn?, row: Int) { an example of how to get the value for row n, column i of a tableview would be appreciated.Thanks for your help!
Topic:
Programming Languages
SubTopic:
Swift
Tags: