Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

erdinc27

macrumors regular
Original poster
Jul 20, 2011
168
1
Hello guys. Is there anyone who knows a code formatting library for XCode? the Project I am working changed so many developers and there is no a good format for the files. Some codes look like this
Code:
if (condition1) {

} else {

}

Some others look like this
Code:
if(condition)
{

}
else
{

}
Same for methods also. I want to make everything standard. So is there any library that can make it for me in XCode?
 
Hi Guys. The project is created in Objective-C. Is there any script for Objective-C?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.