Does Xcode 4 support regions, and what are your code management practices?

I know that Xcode 3 never supported regions, but I'm not sure if there is Xcode 4, wondering if anyone knows.

Regions are useful for streamlining code and keeping it clean and manageable; they are supported in the .NET C # IDE and are usually accessible using #region and #endregion (if I remember correctly).

If not, is there another way to manage the code? Any tips, techniques or tips would be fantastic!

Oliver.

+5
source share
1 answer

Xcode ( 3, 4) , , , , . , , , , .. , . ; .

Xcode 4 " " , , , .

( 3, 4) #pragma mark SectionName , .

+7

All Articles