• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ARC + return of autoreleased CFType
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARC + return of autoreleased CFType


  • Subject: Re: ARC + return of autoreleased CFType
  • From: John Joyce <email@hidden>
  • Date: Wed, 19 Oct 2011 11:09:17 -0500

Check the nice clear tutorial at http://www.mikeash.com/pyblog/friday-qa-2011-09-30-automatic-reference-counting.html
It spells out how to handle CF types in ARC.

On Oct 19, 2011, at 9:52 AM, Wade Tregaskis wrote:

>> Following Cocoa convention you'd want to cast it to what and autorelease it? CGColorRef isn't toll-free bridged with anything. If you have been casting it to id and autoreleasing it you might have gotten away with that before but I don't think it's documented anywhere you can do that with CFTypes in general.
>
> You can.  It may not be in the docs, but all CF types are also NSObjects (or a subclass thereof).
>
>> You could change the semantics of the method to return a CFRetain()ed object and make it the responsibility of the caller to release it (and change the name of the method too to make it clear) or you can create a UIColor with your CGColorRef, then CFRelease() it and return the UIColor.
>>
>> Mixing autorelease and CFTypes does't seem like a great idea, but I'm prepared for someone to point out a whole piece of documentation I've never seen, that often seems to happen!
>
> No, mixing them is indeed a bad idea.  CF doesn't have auto release pools, so anything dealing with CF types is free to not think about them, and in practice often does.  I would go with explicitly returning the CGColorRef retained.
> _______________________________________________

_______________________________________________

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

  • Follow-Ups:
    • Re: ARC + return of autoreleased CFType
      • From: John Pannell <email@hidden>
References: 
 >ARC + return of autoreleased CFType (From: John Pannell <email@hidden>)
 >Re: ARC + return of autoreleased CFType (From: Roland King <email@hidden>)
 >Re: ARC + return of autoreleased CFType (From: Wade Tregaskis <email@hidden>)

  • Prev by Date: Re: Zooming a view, that is contained in an NSScrollView
  • Next by Date: Re: ARC + return of autoreleased CFType
  • Previous by thread: Re: ARC + return of autoreleased CFType
  • Next by thread: Re: ARC + return of autoreleased CFType
  • Index(es):
    • Date
    • Thread