Is there a way to tell XCode fold methods/functions by default when opening a file?
If you want to fold / unfold specific blocks of code, since Xcode 7, you have to enable that.
Go to Xcode > Preferences > Text Editing > and check 'Code folding ribbon'.
(No idea why they disabled this useful feature by default.)