Interface Builder "run": how to populate a NSTableView
Interface Builder "run": how to populate a NSTableView
- Subject: Interface Builder "run": how to populate a NSTableView
- From: David Hoerl <email@hidden>
- Date: Fri, 28 Dec 2007 16:06:02 -0500
Is there some magic way to provide data to a NSTableview within IB,
so that one can better "Run" a NIB within IB, and see a populated
table?
As an aside, there is a somewhat complicated work around to this
issue. In IB3, the application that runs will honor a preference file
com.apple.IBSimulator3.plist. You can thus bind the table columns to
an array controller, and bind that to the User Defaults Controller,
to create or use the preference file as persistent data.
However, this data will be lost when you exit IB if you don't use the
IB preferences to retain the preference file.
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden