If you hate white space in you XCode project!
What is white space?
Here is a screenshot 
so here is a way you can easily find and replace all white spaces from your entier project at once.
Here are few steps for that-
- open your project in xcode (4.2 and above)
 - press Command + Shift + Alt + F
 - This will open you interface to find and replace in whole project
 - Write [\t]+$ in the textbox
 - hit enter
 - dont write anything in the textbox showing 'Replace' watermark
 - Press 'Replace All' button
 - and you are done!
 




