Is there a command in Xcode 4.2 to swap two views in Assistant Editor mode from left to right and vice versa?
I would like to quickly swap two views from one side to the other and wonder if there is a hotkey for this functionality? Single Assistant Editor This can be done in two steps. You can start with the cursor in either the Primary or the Assistant editor. Step 1: ⌥ ⌘ , - Open in Assistant / Primary Editor It opens the current file (where the cursor is) in Primary Editor if you are in Assistant Editor and vice versa. You end up with two exact same files open. Step 2: ^ ` - Move Focus to Next Editor (available since Xcode 8, in older version use ⌘ J ) ^ ⌥ ⌘ ← - Go Back (and open the result) in