DictionaryController

Last Revision:
Version 1.1, 2011-01-13
Upgraded to support 10.6, now builds 3-way Universal (ppc, i386, x86_64), removed one deprecated API.
(Full Revision History)
Build Requirements:
Mac OS X 10.6.x or later
Runtime Requirements:
Mac OS X 10.5.x or later

"DictionaryController" is a Cocoa application that demonstrates various ways to use the NSDictionaryController class. NSDictionaryController transforms the contents of a dictionary into an array of key-value pairs that can be bound to user interface items such as columns of an NSTableView. In using this type of controller object you can determine which key-value pairs to be included or excluded for display as well as associate a localized displayable key to each pair.