Xcode code folding case statements

casexcode

Is there a way to make the case statements in a switch be folded?

I am using the Xcode 4.5.2

Best Answer

Wrap your cases with { }. Like this:

enter image description here