Checkbox, Dictionary, Bindings
Checkbox, Dictionary, Bindings
- Subject: Checkbox, Dictionary, Bindings
- From: Chris Outwin <email@hidden>
- Date: Mon, 9 Jan 2006 17:18:06 -0600
I would like to manage a checkbox via a dictionary and bindings. The
problem is NSNumber and NSValue are immutable, and I can't find
another class to represent the changing on/off state of the
checkbox. What class can I use?
NSDictionary* _properties;
NSArray* values = [NSArray arrayWithObjects:[What Class?], //
scalesImage
nil];
NSArray* keys = [NSArray arrayWithObjects:@"scalesImage"
_properties = [[NSDictionary alloc] initWithObjects:values
forKeys:keys];
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden