Reviews

Last Revision:
Version 1.1, 2011-07-21
Project updated for Xcode 4.
(Full Revision History)
Build Requirements:
Xcode 3.2, Mac OS X 10.6 Snow Leopard or later
Runtime Requirements:
Mac OS X 10.6 Snow Leopard or later

Demonstrates how to use a localized strings file by adding accessibility descriptions to named images without using code.

This is a simple CoreData NSDocument-based app which demonstrates the following:

- Using an "AccessibilityImageDescriptions.strings" file to add accessibility descriptions to named images without using code. - Setting up an NSCollectionView using a nib-based NSCollectionViewItem - Using NSSplitView delegate method to easily keep one pane a constant size - Writing and using custom NSValueTransformers - Using an application delegate to open a custom untitled document on launch - Adding a second window and window controller to a single document via "View" menu -> "Show Edit Window" menu item.