Thursday, June 14, 2012

The macro to support ARC with no code changes.


If you are converting to ARC, why don't you just modify the macro to #define ReleaseAndSetToNil(x) x = nil;?
In your existing code, after switching to ARC, this will be essentially the same.

No comments: