Re: ARC code in a non ARC app. iOS
Re: ARC code in a non ARC app. iOS
- Subject: Re: ARC code in a non ARC app. iOS
- From: Greg Parker <email@hidden>
- Date: Wed, 24 Feb 2016 15:57:10 -0800
> On Feb 24, 2016, at 2:31 AM, Dave <email@hidden> wrote:
>
> Also, beware subclassing a Non-ARC Class in an ARC Project - you have to have the subclass Non-ARC too.
This is not true. For example, NSView is not ARC but you can write ARC subclasses of it.
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
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