I have checked and rechecked things but I cannot get tableView.objectValueForTableColumn:row to fire.
numberOfRowsInTableView is the only table view method getting called when I call [tableView reloadData].
I have set the App Controller as the data source for the Table View and App Controller tableView outlet is set to the Table View. What am I missing.
John
numberOfRowsInTableView is the only table view method getting called when I call [tableView reloadData].
I have set the App Controller as the data source for the Table View and App Controller tableView outlet is set to the Table View. What am I missing.
John