Reputation: 39
I know that we can fold the code by using Option+Command+Shift+LeftKey. But what I want to know that, can we do something to fold the code by default in every View Controller's class that means whenever we search for or open any class it's code is already folded. Thank you very much in advance.
Upvotes: 2
Views: 339
Reputation: 1021
Not something you can set as default. The closest you can get is using command+option+shift+left to fold all in the current file.
Upvotes: 1