How To Extend Objective-C Classes With Categories

How To Extend Objective-C Classes With Categories

. Here is how to extend the functionality of existing classes like NSString and NSURL using categories. This is a real clean way to extend and customize objects for your app without creating sub-classes. This makes categories a nice way to get some flexibilty and code reuse.


User: iphoneprogram123

Views: 103

Uploaded: 2010-03-09

Duration: 04:56