Is there a command in Xcode 4.2 to swap two views in Assistant Editor mode from left to right and vice versa?

前端 未结 5 2050
情深已故
情深已故 2021-01-31 08:08

I would like to quickly swap two views from one side to the other and wonder if there is a hotkey for this functionality?

5条回答
  •  醉话见心
    2021-01-31 08:59

    ctr + cmd + up

    or

    ctr + cmd + down

    If you have assistant view open it will automatically open the counterpart file. This way if you switch back and forth in your main window your counterpart window will update with the header/implementation file.

提交回复
热议问题