From 0013375eeacf47da1e6e38acb553e93af485a71d Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Thu, 21 Mar 2013 16:24:55 -0400 Subject: [PATCH] Docs: Out of date documentation for CPTableView A small documentation change to reflect the updated viewForTableColumn:row: --- AppKit/CPTableView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index d7b85eda1..1179b8560 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -3790,7 +3790,7 @@ Your delegate can implement this method to avoid subclassing the tableview to ad @discussion Typically identifier is associated with an external CIB and the table view will automatically instantiate the CIB with the provided owner. The owner of the CIB that may be loaded and instantiated to create a new view with the particular identifier is typically the table view’s delegate. The owner is useful in setting up outlets and target and actions from the view. - This method will typically be called by the delegate in tableView:dataViewForTableColumn:row:, but it can also be overridden to provide custom views for the identifier. This method may also return a reused view with the same identifier that was no longer available on screen. + This method will typically be called by the delegate in tableView:viewForTableColumn:row:, but it can also be overridden to provide custom views for the identifier. This method may also return a reused view with the same identifier that was no longer available on screen. */ - (id)makeViewWithIdentifier:(CPString)anIdentifier owner:(id)anOwner {