7 ms·
Objective-C 2.0 does have garbage collection. It can be enabled for an application in the IDE. However iOS apps do not support use of garbage collection.
by metachor 16y ago
Objective-C 2.0 does have garbage collection. It can be enabled for an application in the IDE. However iOS apps do not support use of garbage collection.
- docgnome 16y agoAh. Thanks for the clarification.