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.
Sorry for being pedantic but it's "Xcode", not "X-Code".
You can for example go:
#pragma mark -
or
#pragma mark Initialization
This will give you this kind of thing: