Objective-C retain counts clarification
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-05-21T12:11:55Z
Indexed on
2010/05/21
12:40 UTC
Read the original article
Hit count: 192
Hey,
I kind of understand what's retain counts for. But not totally. I looked on google a lot to try to understand but still I don't.
And now I'm in a bit of code (I'm doing iPhone development) that I think I should use them but don't know totally how.
Could someone give me a quick and good example of how and why using them?
Thanks!
© Stack Overflow or respective owner