Search code examples
objective-cxcode4ios5indentation

How to make Object-C code in Xcode4 more structural and beautiful?


I know that Xcode provides the native "structure" functions to re-indent the code etc, but I still would like to question here to look for more powerful tool or way to structure my code better.

Any ideas or clues for me to achieve this goal ? thanks


Solution

  • uncrustify is a code prettifier. Here you'll find a tool to integrate it in Xcode 4.