Xcode Tips 💡

The more you know... 😎

⬅️ Go Back

✏️ Contribute

Refactoring

Faster Xcode Rename Refactoring

If you use the rename refactoring in Xcode a lot, you can save some time by skipping the code folding animation:

defaults write com.apple.dt.Xcode CodeFoldingAnimationSpeed -int 0

Source: Daniel Martín (via Michael Tsai)