Re: Subclassing NSControl and inheritance of target, action properties
Re: Subclassing NSControl and inheritance of target, action properties
- Subject: Re: Subclassing NSControl and inheritance of target, action properties
- From: Quincey Morris <email@hidden>
- Date: Fri, 30 Jan 2015 06:49:42 +0000
On Jan 29, 2015, at 22:21 , Ken Thomases <email@hidden> wrote:
>
> Huh? It has to be an autorelease and not a release because the object needs to survive to the caller's scope.
"Release" meant “eventual relinquishment of ownership”. Since we’re talking about ARC, I wasn’t assuming that it would be an actual auto-release. In the current implementation, it might be returned retained for eventual release in the caller’s scope, I think.
Anyway, thanks for clarifying the main point.
_______________________________________________
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
References: | |
| >Subclassing NSControl and inheritance of target, action properties (From: Graham Cox <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Roland King <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Graham Cox <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Quincey Morris <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Roland King <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Quincey Morris <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Greg Parker <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Quincey Morris <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Ken Thomases <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Quincey Morris <email@hidden>) |
| >Re: Subclassing NSControl and inheritance of target, action properties (From: Ken Thomases <email@hidden>) |