Combined objects (NSString and Switch checkbox)
Combined objects (NSString and Switch checkbox)
- Subject: Combined objects (NSString and Switch checkbox)
- From: Chad Armstrong <email@hidden>
- Date: Fri, 17 Jan 2003 01:49:39 -0800
In my table, I want two elements, a checkbox and a string after it to appear in one cell. Is this possible, and if so, when I call an addObject method, how should I go about doing this? Should I create a new class which contains the checkbox and string elements, and when I do an addObject: I would do something like [myStuff addObject: [ [myClass alloc] init]]; (or something like that)?
Regards,
Chad Armstrong
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.