On Fri, 11 Jan 2013 10:03:33 -0800, John McCall said:
>On Jan 10, 2013, at 4:35 PM, Dave wrote:
>> I've looked all over and just can't seem to find the recommended approach to
>> handling CF objects in properties when using ARC.
>>
>> I have an init method that needs to create a CF object and s
On Jan 10, 2013, at 4:35 PM, Dave wrote:
> I've looked all over and just can't seem to find the recommended approach to
> handling CF objects in properties when using ARC.
>
> I have an init method that needs to create a CF object and store it as a
> property for use while the object is alive.
Hi,
I've looked all over and just can't seem to find the recommended
approach to handling CF objects in properties when using ARC.
I have an init method that needs to create a CF object and store it
as a property for use while the object is alive. When the object is
released I want to rel