IOS下XCode常用快捷鍵和操作記錄

2021-07-24 18:45:57 字數 317 閱讀 4407

偶爾除錯下簡單的ios程式,修改下小bug等等。由於mac os以及xcode等開發環境不常用,記錄下使用過程的一些方法,或者快捷鍵,便於自己或者其它人查閱。

拷貝一大段**時經常會超出整個頁面大小,此時可以按住shift鍵,接著上下鍵調整需要拷貝的**段。

如果想要回退原有的編輯或者操作操作,按command+z。

如果需要在xcode全域性工程中搜尋字串,可以按shift+command+f執行搜尋。

如果需要檢視編譯的lib庫支援的平台,可以通過命令 lipo -info lib檔名,來檢視,一般是arm7,armv7s,arm64,x86_64等。

xcode常用快捷鍵

command shift i 除錯進入 command shift o 跳過 command shift p 繼續執行 command shift t 退出當前斷點 conmand 提示 control command 開啟斷點狀態 control 新增 刪除斷點 command 注釋 comma...

XCode常用快捷鍵

xcode常用快捷鍵 隱藏xcode command h 退出xcode command q 關閉視窗 command w 關閉所有視窗 command option w 關閉當前專案 command control w 關閉當前檔案 command shift w 儲存檔案 command s 儲...

Xcode 常用快捷鍵

隱藏xcode command h 退出xcode command q 關閉視窗 command w 關閉所有視窗 command option w 關閉當前專案 command control w 關閉當前檔案 command shift w 儲存檔案 command s 儲存所有檔案 comma...