Closed epreston closed 12 years ago
Replace the NSAutoreleasePool wrapper object usage with the new direct language construct. An example is found below.
@autoreleasepool { // code for nested auto-release pool here }
This syntax requires Xcode 4.2
This language construct was adopted in the main.m file and in the control. It is likely that this change will help to future proof the code as the old wrapper object is retired.
Replace the NSAutoreleasePool wrapper object usage with the new direct language construct. An example is found below.
This syntax requires Xcode 4.2