Re: Core Foundation Objects and Properties when using ARC

2013-02-17 Thread Matt Neuburg
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

Re: Core Foundation Objects and Properties when using ARC

2013-01-11 Thread John McCall
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.

Core Foundation Objects and Properties when using ARC

2013-01-11 Thread Dave
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