Articles Archive for December 2009
Code, featured »
More and more developers are creating custom user elements these days to give ‘Branded’ feel to the application. While doing so, we have to keep in mind Human Interface guidelines Apple has provided us. The easiest way to create your own custom element is to subclass Apple’s existing UI elements. Here is a quick tip on how to create custom UINavigationBar, so that simple properties like background, text color & tint can be customized.
In this Article, i will show you how to subclass UINavigationBar to get the desired look and feel.
Step …