On Thu, Jul 17, 2008 at 2:32 PM, Joeles Baker
<email@hidden> wrote:
> Hi,
>
> is there any straighforward way to create a listview from a xml plist
> source?
> (the plist contains one array, which contains several dictionaries. the
> dictionaries basically contain my listview columns).
Yes. Load it with NSPropertyListSerialization then implement an
NSTableDataSource or bind the table to an NSArrayController that uses
the array you get from NSPropertyListSerialization.
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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/email@hidden
This email sent to email@hidden