How to collapse all methods in a class in Xcode?
Collapsing one by one is not an option anymore.
Looks like Ctrl-Command-Up does it (or on the menu: Editor-CodeFolding-FoldMethods/Functions).
Ctrl-Command-Down or Ctrl-U to reverse.