I'm creating an iPhone app that needs to add a custom category to extend uinavigationbar. Can anyone give me a code example of how I would create and implement this category to extend this class?
+5
A:
The Categories and Extensions chapter of the Objective-C Programming Guide is the definitive reference.
Barry Wark
2009-09-16 21:48:33