Document Revision History
This table describes the changes to With and Without Bindings.
| Date | Notes |
|---|---|
| 2008-01-04 | Updated to use Objective-C 2.0. |
| 2007-08-23 | Fixed WithBindings MyDocument nib file (previous version could not be opened on Mac OS X v10.4). Updated table view data source to use API appropriate for Mac OS X v10.4: * The table view data source now uses tableView:writeRowsWithIndexes:toPasteboard: instead of tableView:writeRows:toPasteboard: * The table view drag mask is set using setDraggingSourceOperationMask:forLocal: instead of using a subclass of NSTableView |
| 2007-06-05 | TBD |
| 2007-05-31 | Illustrates the adoption of Cocoa Bindings and refactoring using a subclass of NSArrayController. |
© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-01-04)