我正确获得了选定的行号,但选定的列返回-1。
- (void) tableViewSelectionDidChange:(NSNotification *)notification
{
int row = [[notification object] selectedRow];
int column = [[notification object] selectedColumn];
我正确获得了选定的行号,但选定的列返回-1。
- (void) tableViewSelectionDidChange:(NSNotification *)notification
{
int row = [[notification object] selectedRow];
int column = [[notification object] selectedColumn];