Am 19.05.2010 um 19:12 schrieb Kyle Sluder: > On Wed, May 19, 2010 at 4:38 AM, Sherm Pendley <sherm.pend...@gmail.com> > wrote: > If you synthesize your ivars, you can get at the ivar using the self-> syntax. > > self->myFoo = [aFoo retain]; > [self->myFoo release];
Why not just using myFoo without the self->? To make it visible that you talk to an ivar? atze _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com