Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7495503
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:10:42+00:00 2026-05-29T18:10:42+00:00

If I use a category which uses objc_setAssociatedObject to add pseudo-properties to an object,

  • 0

If I use a category which uses objc_setAssociatedObject to add pseudo-properties to an object, how can I make sure they get released properly? Do I have to release them manually in dealloc ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T18:10:43+00:00Added an answer on May 29, 2026 at 6:10 pm

    The behavior you assign determines how the memory is managed for the type. If you choose retain or copy the object will be released when the instance of the class you add the associated reference to is deallocated. That makes retain and copy behavior operations preferred for Objective-C classes. Assign is also useful to avoid retain cycles as long as you set the reference to nil when done with the object.

    Constants

    OBJC_ASSOCIATION_ASSIGN Specifies a weak reference to the
    associated object.

    OBJC_ASSOCIATION_RETAIN_NONATOMIC Specifies a
    strong reference to the associated object, and that the association is
    not made atomically.

    OBJC_ASSOCIATION_COPY_NONATOMIC Specifies that
    the associated object is copied, and that the association is not made
    atomically.

    OBJC_ASSOCIATION_RETAIN Specifies a strong reference to
    the associated object, and that the association is made atomically.

    OBJC_ASSOCIATION_COPY Specifies that the associated object is copied,
    and that the association is made atomically.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use a category to make a method on the original class
I have a Category model which uses acts_as_tree class Category < ActiveRecord::Base acts_as_tree :order=>name
I am using wordpress and use custom permalink structure: /%category%/%postname%/ My problem is that
I have many sites that use the same root category of the Main Site.
We use this Log4J config to display JTA info: <category name=org.springframework.transaction> <priority value=DEBUG/> </category>
i use such code, but it renders with error <li class=dd0><div id=dt1<a href=http://localhost:1675/Category/29-books.aspx>Books</a></div></li> there
I currently have an application which uses a regular ListView with groups to show
What's the best design to use in an iPhone app that uses core data
I have the following code which uses nested for-each loops to traverse two ArrayList
I'm attempting to do something using Silex (which uses the Symfony routing component -

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.