Dev2019. 12. 24. 16:13

 

Mac Keyboard

Symbol Keyboard Key
Command
Option
Control
Shift
Delete
Escape
Enter

 

주로 쓰는 Xcode 단축키를 정리해봤다.

 

Run ⌘ + R
Build ⌘ + B
Clean the project ⌘ ⇧ + k
Clean build folder
⌘ ⌥ ⇧ + k
Move forcus (네비게이터 영역) ⌘ ⇧ + J
Move focus (에디터영역) ⌘ + J
디버그 창 보이기 / 숨기기
⌘ ⇧ + Y
Inspectors 창 보이기 / 숨기기 ⌘ ⌥ + 0
breakpoint 활성 / 비활성 ⌘ + Y
breakpoiont 추가/ 삭제
+ \
open quickly ⌘ ⇧ + O
show code review ⌘ ⌥ ⇧ ↵
function list show ⌃ + 6
Debugging - Continue / Pause + Y

 

 

 

Posted by iDeveloper