Key commands don't work with split nav #179
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
They work as expected when replacing SplitNavigationController with UINavigationController in MainSplitViewController
not just split nav, seems to have something to do with UISplitViewController
tapping a sidebar item causes the secondary vc to drop off the responder chain and leave the MainSidebarViewController at the beginning of the chain (at least when it comes to key commands) even though it returns false for isFirstResponder