|
|
|
|
|
by rimantas
5672 days ago
|
|
Garbage collection on OS X appeared in Leopard with Objective-C 2.0—later than iPhone, but before iPhone SDK.
Older models are still around and even iPad has less memory than iPhone 4 so it is not unreasonable to treat it as resource too precious to be left ar the mercy of GC.
On the other hand, manual management is not that complicated and does not add much overhead in programming except the initial phase of getting used to it. |
|