When writing c#, in Visual Studio, you can set regions to group code accordingly. Being new to Xcode I can’t seem to find a similar feature.
When writing c#, in Visual Studio, you can set regions to group code accordingly.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using Xcode editor, you can collapse or expand any block of code by clicking in the little left margin. Moreover, you can put a mark in any point in the code with:
#pragma markyour title as long as you wantYour mark will then appear in the middle popup menu on top of the editor window.
Update: I have found that a duplicate of this question exists here. The answers may be of interest.