An object should not retain its delegate, but what about its data source ?
An object should not retain its delegate, but what about its data source ?
- Subject: An object should not retain its delegate, but what about its data source ?
- From: Erik Buck <email@hidden>
- Date: Tue, 31 Jul 2007 14:27:07 -0700 (PDT)
An object should not retain its delegate.
Should an object retain its data source ? Do NSBrowser and NSTableView retain their data sources ?
My thinking right now is that a delegate is not essential so the object that has a delegate doesn't "own" the delegate. However, a data source may be essential in which case the object with a data source does "own" the data source and should retain it.
What is the net wisdom on the subject ?
_______________________________________________
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