Key commands don't work with split nav #179
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#179
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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