Re: tableView: objectValueForTableColumn: row: method not getting called
Re: tableView: objectValueForTableColumn: row: method not getting called
- Subject: Re: tableView: objectValueForTableColumn: row: method not getting called
- From: Greg Guerin <email@hidden>
- Date: Thu, 23 Jun 2011 14:42:45 -0700
Sandeep Mohan Bhandarkar wrote:
Have i missed anything else...??
All the protocol's methods are declared @optional. That means the
compiler won't check whether you've spelled your implementation's
method-name correctly. I have seen more than one case where it was
misspelled, despite an absolute certainty it was correct.
-- GG
_______________________________________________
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