Can I autorelease an instance of NSProxy?
Posted
by Jonathan Sterling
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Sterling
Published on 2010-03-25T03:29:07Z
Indexed on
2010/03/25
3:33 UTC
Read the original article
Hit count: 436
Does NSProxy
really implement -autorelease
and -release
? If not, do I need to manually dealloc
NSProxy
instances? (Please assume that I am not using GC).
Thanks for clear this up for me.
© Stack Overflow or respective owner