Re: strong and readonly
Re: strong and readonly
- Subject: Re: strong and readonly
- From: David Duncan <email@hidden>
- Date: Wed, 11 Apr 2012 15:36:46 -0700
On Apr 11, 2012, at 3:23 PM, Rick Mann wrote: It doesn't really make sense to specify a property as both strong and readonly, right? strong/weak only make sense in the setting of a property, not the getting, right?
If you are going to internally redeclare the property as readwrite, then the memory management declaration (strong/weak/etc) needs to match. Hence the "strong, readonly" property.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden