Last Updated: February 25, 2016
·
884
· zrxq

Objective C literals and Xcode auto-indentation

As of v4.5.2, Xcode has no idea how to auto-indent Objective C literals.

Fortunately you can indent the code manually, using ⌘-] and ⌘-[. Also, if you want to copy/paste an indented block and preserve the original formatting, you can use ⌥⇧⌘V instead of the usual ⌘V.