標籤:
Xcode:
Command+Shift+N 快速建立project
Command+N 快速建立檔案
Command + Alt + N = 快速建立組(檔案夾)
Command + 0, hide/show navigationBar
Command + alt + 0, hide/show utilitiesBar
Command + shift + Y, hide/show debugArea
Command+enter 關閉輔助視圖
Command+option+enter 開啟輔助視圖
Command + [,代碼縮排
Control + I , 對齊代碼
Command + F, 當前頁搜尋索引鍵
Command + Shift + F 工程內搜尋索引鍵
Command+shift+k 替換資源後最好Product Clean
Command + L 跳轉到指定行
Command + shift + o 快速開啟
Command + shift + j 快速定位
Ctrl+ command + e 批量修改名字
Command + shift + B Analyze. Can detect memory leak(然並卵)
alt + command + = AutoLayout的update frame
Command + option + (shift) + leftarrow/ rightarrow 展開/收合代碼塊
iPhone Simulator:
Command+shift+k 開啟/關閉硬體鍵盤
Command + -> 模擬器向右翻轉
Command + S 模擬器
Command + 1/2/3 改變模擬器尺寸
MAC:
Command + ~ 在多個開啟的xcode project中切換
Command+shift+G, 前往檔案夾
Command+option+escape, 強制退出
Command+option+I chrome瀏覽器下開啟Chrome 開發人員工具
iOS開發常用快速鍵