Hacker News new | past | comments | ask | show | jobs | submit login

The same thing applies to "copy" properties. If you do "self.foo = bar;" when foo is a copy property, you have taken ownership of that object, and need to release it later (hopefully by doing "self.foo = nil;".



Similar, but not the same, though yes, releasing it can be done in the same manner.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: