I am very new to blocks and objective-c, and I am trying to write my first category using both. My idea is to create a category on NSTimer, which will receive a block As a parameter, this block wil
Tag: category
iPhone – Use category extension classes with the same method
I want to use the category NSArray Populate.h to extend a class:
@interface NSArray (Populate)
-(NSArray *) populateArray;
@end If there is another category (from another module or library)