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: 404

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

Related posts about objective-c

Related posts about nsproxy