Currently, I'm binding the NSArray to NSArrayController and then to a NSTableView, so the data and selection is working correctly, but seems I can't tell table view to scroll to selection from NSArrayController. Do I have to add an NSTableView outlet?
I certainly can do that, but I'd try to see if there's a better way to avoid introducing UI controls to Controller side.