Re: NSTableView Question
Re: NSTableView Question
- Subject: Re: NSTableView Question
- From: Markus Spoettl <email@hidden>
- Date: Sat, 2 Aug 2008 12:17:05 -0700
On Aug 2, 2008, at 12:10 PM, Eric Lee wrote:
So, here's my question. How do you have two table view's in the
same .h/.m file? I try to reimplement the needed protocols, but I
can't, so I then try to add the code to adding data to the same
protocols that the 1st table view is implementing, but then, both
table view's stop working!
Does anyone have any suggestions?
The first argument in all delegate and datasource methods is the table
view, that's how you can distinguish which table it is you need to
provide data for.
Markus
--
__________________________________________
Markus Spoettl
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden