I am a fairly recent entrant into the world of Xcode and Cocoa programming. I have a quick question regarding NSTableView.
If i have two tableview objects in my NIB file what is the best way to get them to use separate delegates and data source? I was thinking along the lines of creating a new controller object for each tableview object.
What is the best way to achieve this?
Many thanks
If i have two tableview objects in my NIB file what is the best way to get them to use separate delegates and data source? I was thinking along the lines of creating a new controller object for each tableview object.
What is the best way to achieve this?
Many thanks