ios

Git Ignore File for Xcode 4

For iOS developers out there, if you’ve upgraded from Xcode 3 to Xcode 4, you’ll notice there are some new project and workspace configuration files being generated. Most of these shouldn’t tracked be in your version control system as they … Continued

How to add fonts to iOS apps

Apple provides a large selection of fonts to choose form in iOS, but sometimes the perfect font for your app isn’t one of them. If you need to use a font not available on iOS devices, here’s how to add … Continued