0%

xcode 常用的快捷键

Xcode 经常使用到的快捷键

  • 格式化代码
    1
    control + i
  • 折叠/展开代码块
    1
    2
    3
    4
    5
    局部折叠(折叠一个函数): Command+Option+Left/Right
    全局折叠(折叠当前文件下的全部函数):Shift+Command+Option+Left/Right
    折叠注释块:(/* */之间的文字): Ctrl+Shift+Command+Left/Right
    折叠当前文件的所有方法:command+option+shift+Left/Right
    打开左侧面板: command+0/1
坚持原创技术分享,您的支持将鼓励我继续创作!

欢迎关注我的其它发布渠道