Re: __attribute__((NSObject)) not behaving as expected
Re: __attribute__((NSObject)) not behaving as expected
- Subject: Re: __attribute__((NSObject)) not behaving as expected
- From: Kevin Meaney <email@hidden>
- Date: Fri, 24 Jan 2014 19:12:32 +0000
On 24 Jan 2014, at 19:02, David Duncan <email@hidden> wrote:
> Compiler folks could explain this better, but the root issue is that __attribute__((NSObject)) doesn’t do as much as you might expect given the way you’ve declared it. Its better in the long run to just not rely upon it.
When you say the way I've declared it, you mean as a readonly property or is there just a better way to get the desired the result. I don't like the manual solution I described because it is really declared as an assign then goes and retains the context. So I'm not finding an answer I'm happy with and I can't believe others are not having the same problem.
Kevin
_______________________________________________
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