How to collapse all methods in a class in Xcode?
Collapsing one by one is not an option anymore.
As of Xcode 4 it seems to have changed.
command-alt-shift-left arrow will do the trick...
To fold/unfold current methods or if
structures use:
Fold: command-alt-left arrow
Unfold: command-alt-right arrow