Xcode 快捷键

![Upload Screen Shot 2015-12-03 at 2.33.37 PM.jpg failed. Please try again.]]](http://upload-images.jianshu.io/upload_images/113685-34ba4715ae4130d0.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

  • 模块显示与隐藏
    显示控制台(Show/Hide the debug area):shift+command+Y
    显示/隐藏实用工具面板(Show/Hide the utility area):Command+Option+0
    显示/隐藏导航器面板(Show/Hide the navagitor area):Command+0

command + alt +j show files with matching name

  • 调试
Xcode 快捷键_第1张图片
Screen Shot 2015-11-23 at 1.00.33 PM.png

F6单步调试、F7跳入,F8继续, 和Eclipse,VS类似
使用F...键需要在设置-键盘里勾选图中的选项

  • 查看View层级

    • Debug--View Debugging--Capture View Hierarchy
    • 或者用代码部分下部的按钮
      1122433-1e0018b04b416bca.png.jpeg

      http://www.cnblogs.com/langtianya/p/3888157.html

https://support.apple.com/en-us/HT201236

http://my.oschina.net/wolx/blog/400774

你可能感兴趣的:(Xcode 快捷键)