NSSplitView question
NSSplitView question
- Subject: NSSplitView question
- From: Eric Lee <email@hidden>
- Date: Mon, 4 Aug 2008 00:32:50 -0500
I have two table views with two different data, and I have two buttons
so that when you press one button, something is added to the first
table view, and when you press the second button, some info is added
to the second table view. You can't press the 1st one to add it to the
2nd table view.
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?
_______________________________________________
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