Objective C Categories
Sunday, November 27th, 2011Categories take a little getting used to. Objective-C categories let you add your own functionality to existing classes. This can take classes in directions that seem decidedly strange. For example, if you want to draw a string in UIKit, you ask the string to draw itself. Coming from a Windows / Java background this seems […]