In this video you will find out 25 useful Xcode shortcuts that will enhance your workflow and make you a more productive iOS developer.
Xcode shortcuts
⌘ - Command (cmd)
⌥ - Option
⇧ - Shift
^ - Control
Workspace organization
1. Toggle navigation area (command+0)
2. Toggle Inspectors (cmd+option+0)
3. Toggle Debug area (cmd+shift+Y)
4. Toggle preview in storyboards (cmd+option+return)
5. Close the current tab (cmd+W)
Code formatting
1. Comment or uncomment the line (cmd+/)
2. Re-indent selected code (control+I)
3. Hide / expand a method body (cmd+option+arrow left/right)
4. Generate the documentation for a method (cmd+option+/)
5. [Custom] Delete the line (shift+cmd+delete)
6. Delete line with remaining blank line (cmd+delete)
Building
1. Run the project (cmd+R)
2. Build the project (cmd+B)
3. Clean the project (cmd+shift+K)
4. Run the tests (cmd+U)
5. Stop the current build/run (cmd+.)
Simulator
1. Take a screenshot (cmd+S)
2. Go to home (shift+cmd+H)
3. Toggle a software keyboard (cmd+K)
4. Toggle dark mode (shift+cmd+A)
5. Simulate the shake gesture (cmd+control+Z)
More shortcuts
1. Commit (cmd+option+C)
2. Open quickly (shift+cmd+O)
3. Jump to line (cmd+L)
4. Make multiple cursors (shift+control+arrow up/down or mouse click)
5. Select word by word (shift+option+arrow left/right)
My name is Andrew and I'm an iOS Developer. Here I'm posting Swift tutorials, Xcode tips and tricks, coding challenges and how to prepare for iOS Interview.
Subscribe: / @afswifttutorials
MORE VIDEOS
iOS Tutorials: https://cutt.ly/RvqPLEj
LINKS & ATTRIBUTIONS
Awesome Xcode shortcuts: / awesome-xcode-shortcuts-to-boost-your-ios-...
10 Xcode shortcuts: / xcode-10-keyboard-shortcuts
[ DISCLOSURES ]
This post may contain affiliate links, which help Andrew Foster Channel with a commission if you make a purchase.