Can anyone explain how associated objects work, under the hood? In particular, does their existence require every object to hold an extra ivar? Or does Objective C have a way to avoid that?
Can anyone explain how associated objects work, under the hood? In particular, does their
Share
Associated objects are kept in a dictionary separate from the instance storage.