Access to value in dictionary from Interface Builder?
Access to value in dictionary from Interface Builder?
- Subject: Access to value in dictionary from Interface Builder?
- From: "Arthur C." <email@hidden>
- Date: Thu, 22 Feb 2007 22:20:24 +0100
Hello,
I want to use a dictionary to store some 10 or 20 values for a status
window.
My question is how to access the values within Interface Builder to bind
them to an interface window.
So assume I have an
NSDictionary *diagnosticsInfo;
and I want to show
[diagnostics valueForKey: @"serialNumber"],
[diagnostics valueForKey: @"releaseVersion"] etc.
in the interface window. Do I need to use valueForKeyPath or something?
Thanks in advance,
Arthur C.
_________________________________________________________________
Hotmail en Messenger on the move http://www.msn.nl/services
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden