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
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
I’ve create a new page where I’ll be compiling a list of resources related to developing apps for iOS devices. It includes the usual links to Apple’s Dev website as well as links to developer/UI design blogs and code libraries. … Continued
As a new iPhone developer, one of the most important things you’ll need to learn and understand is memory management. It’s what you should study immediately after picking up the basics of Objective C. If you don’t understand memory management, … Continued