How do I use objc_getAssociatedObject/objc_getAssociatedObject inside an object?
- by leo
If I use objc_setAssociatedObject/objc_getAssociatedObject inside a category implementation to store a simulated instance variable in a setter method, how would I access the key in the getter method since any variables declared in the setter method would be outside the scope of the getter method?