Skip navigation.
 
mlRe: how to implement 2 tableViews in a class
FROM : mmalc crawford
DATE : Sat Jan 05 21:25:16 2008

On Jan 5, 2008, at 12:01 PM, Navneet Kumar wrote:

> I have two NSTableView outlets in my AppController class.
> So how do I implement delegate methods. I mean there syntax is same, 
> so how
> won't it give rise to some sort of conflict?
>

<http://developer.apple.com/documentation/Cocoa/Conceptual/TableView/Tasks/UsingTableDataSource.html
>

> Also how can I distinguish which notification is sent by which 
> tableView?
>

Similar to above.

mmalc

Related mailsAuthorDate
mlhow to implement 2 tableViews in a class Navneet Kumar Jan 5, 21:01
mlRe: how to implement 2 tableViews in a class mmalc crawford Jan 5, 21:25
mlRe: how to implement 2 tableViews in a class j o a r Jan 5, 21:25
mlRe: how to implement 2 tableViews in a class Mike Abdullah Jan 5, 21:50