Re: A Data Object in Cocoa
Re: A Data Object in Cocoa
- Subject: Re: A Data Object in Cocoa
- From: Thomas Davie <email@hidden>
- Date: Fri, 9 Jan 2009 16:09:13 +0100
On 9 Jan 2009, at 15:53, Jens Bauer wrote:
Hi Nik,
self is a pointer, so you might want to change "self." into "self->"
No need to do that – assuming that label, pin and seed are declared as
properties, which, this being a container class I guess they are.
This also destroys the need to play with retaining that you were
talking about (assuming the property is set up correctly to generate
code that retains values).
Bob
_______________________________________________
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