I have an NSSplitViewController
which has two child view controllers. I have a menu action that is passed to the split view controller and I want to be able to send the action triggered by the menu to the appropriate child controller.
For example if I had one list on either side of the split, I would want a delete menu action to be passed to the one the user is focussed on.
I don't really want to implement remembering which child is focussed myself, if I can avoid it.