Im aware that Xcode 3 never supported Regions, But im unsure if Xcode 4 does, wondering if anyone knew.
Regions are helpful for ordering code and keeping it clean and manageable, they're supported in .NET C# IDEs and are usually accessable using #region and #endregion (If i recall correctly).
If not, is there any other way for managing code?
Any Tips, Techniques, or advice would be fantastic!
Oliver.