If you're targeting Mac OS X 10.6 or later, you can set arbitrary properties on 
your objects in Interface Builder that will be set via KVC at nib load time.

These are called "User Defined Runtime Attributes" and are specified in the 
Identity Inspector right under the place where you can set an object's custom 
class.  It's a mini-plist editor, so you can specify not just a key path and a 
value, but the type of the value; the value can even be a localized string from 
your nib's string table.

  -- Chris

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please 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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to