Cocoa Handyman

Aug 15 2008

You want this method.

On NSArrayController.

- (id)clickedObject
{    
    NSInteger index = [tableView clickedRow];
    return [[self arrangedObjects] objectAtIndex:index];
}

Page 1 of 1