Skip to content

Hot Key to re-indent code in Xcode

To make your code more readable you can re-indent your code.

Of course you can do it manually, but there is an easy way to do it in Xcode with a Hot Key combination:

To reindent your code in Xcode tap control+1 or (^+I) 

Back To Top