Accessorizer  writes your NSSet accessors and provides you with setMutation notifications...


You simply write:


NSSet *employees;


and Accessorizer does all the rest!

.h

.m

NSSet *employees;


- (NSUInteger) countOfEmployees;

- (NSEnumerator *) enumeratorOfEmployees;

- (id) memberOfEmployees: (Employee *)anEmployee;

- (void) addEmployeesObject: (Employee *)anEmployee;

- (void) addEmployees: (NSSet *) manyObjects;

- (void) removeEmployeesObject: (Employee *) anEmployee;

- (void) removeEmployees: (NSSet *) manyObjects;

- (NSMutableSet *) primitiveEmployees;

- (void) setPrimitiveEmployees: (NSMutableSet *) anEmployeeSet;

- (BOOL) intersectEmployees: (NSSet *) otherObjects;



Unordered Collections (NSSet)

Using Collections such as NSMutableArray, NSSet or a Custom collection ...

Here’s a short video clip showing Accessorizer in action...

What developers 
are saying ...testimonials.htmltestimonials.htmlshapeimage_1_link_0shapeimage_1_link_1
Videos & TutorialsaccessorizerVideos.htmlaccessorizerVideos.htmlshapeimage_3_link_0
Homeaccessorizer.htmlaccessorizer.htmlshapeimage_4_link_0
© 2002 - 2009 Kevin Callahanhttp://www.kevincallahan.orgshapeimage_5_link_0

KVO

Initialization MethodsinitMethods.htmlinitMethods.htmlshapeimage_6_link_0

Features

Indexed AccessorsindexedAccessors.htmlindexedAccessors.htmlshapeimage_7_link_0
BUYhttp://store.eSellerate.net/s.aspx?s=STR5524388698

only $15