In Visual Studio projects I almost always use the App_Code folder or a reference to a separate class library to store my most commonly used Methods, like a method that formats dates.
Where and how should I do the same when developing an iPhone App using Xcode?
Is this best practice when it comes to iPhone Apps?