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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
