Helper Objects are used throughout Cocoa and CocoaTouch, and usually take the form of a delegate or dataSource. They are commonly used to add functionality to an existing class without having to subclass it.
Helper Objects are used throughout Cocoa and CocoaTouch, and usually take the form of a delegate or dataSource.
They are commonly used to add functionality to an existing class without having to subclass it.