随着大量的Xcode新手的涌入,我相信会有很多Xcode的技巧和技巧可以分享。
你的呢?
随着大量的Xcode新手的涌入,我相信会有很多Xcode的技巧和技巧可以分享。
你的呢?
当前回答
看看一个关于“在Xcode中变得高效”的视频:becoming-productive-in- Xcode
其他回答
看看一个关于“在Xcode中变得高效”的视频:becoming-productive-in- Xcode
右键单击函数中的变量,然后单击edit all in scope。自从我发现了这个,我就一直在用它。
ctrl⌘T
构建成功/失败噪音;从术语:
defaults write com.apple.Xcode PBXBuildSuccessSound ~/Library/Sounds/metal\ stamp.wav
defaults write com.apple.Xcode PBXBuildFailureSound ~/Library/Sounds/Elephant
快照,File>Make Snapshot,如果您没有使用适当的版本控制系统,提供了一种快速保存项目修订的方法。这是一种尝试巨大的、潜在的破坏性变化的好方法。
在PyObjC中,你可以为符号下拉列表做类似的#pragma标记:
#马克:Foo
and
#马克:-