Hacker News new | ask | show | jobs
by metachor 5843 days 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.
1 comments

Ah. Thanks for the clarification.