• 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
Core Foundation types as properties
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Core Foundation types as properties


  • Subject: Core Foundation types as properties
  • From: Graham Cox <email@hidden>
  • Date: Sun, 29 Mar 2015 14:16:36 +1100

Just a general question:

What do people do about properties that are CF type objects (both ARC and non-ARC)? Typically I want these retained, but that doesn't work, at least in non-ARC code, because CF types aren't recognised as being retainable. So I declare them as 'assign' but usually leave a comment that it's really copied, CFRetain'd, etc. (and of course I have to write the setter methods myself to make that true). Is that my only option? It would be nice if this were better supported.

--Graham



_______________________________________________

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: Core Foundation types as properties
      • From: email@hidden
  • Prev by Date: Re: Segue exit action when using default <Settings button
  • Next by Date: Re: Core Foundation types as properties
  • Previous by thread: Re: Segue exit action when using default <Settings button
  • Next by thread: Re: Core Foundation types as properties
  • Index(es):
    • Date
    • Thread