'How to fold the code in Xcode Swift iOS by default
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.
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | atultw |
