xcode常用快捷鍵

2021-10-14 08:00:34 字數 845 閱讀 7980

(1)編譯,不執行:command + b

(2)編輯,且執行:command + r

(3)返回操作:command + z

(4)最小化:command + m

(5)關閉模擬器:command + w

(6)複製控制項:command + d

(7)開啟 assistant editor :control + option + command + return

(8)關閉 assistant editor :command + return

(9)刪除整行:command + delete

(10)除錯執行**:command + shift + 回車

(11)建立檔案:command + n

(12)開啟控制項列表:command + shift + l

專案結構變化scenedelegate.swift----

func scene() 初始化函式

案例展示:

func scene(.

..) self.window =

uiwindow

(windowscene: scene as

! uiwindowscene)

let vc =

uiviewcontroller()

vc.view.backgroundcolor = uicolor.red

self.window?

.rootviewcontroller = vc

slef.window?

.makekeyvisible()

}

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...