Cocoa does not use garbage collection. You must do your own memory management through reference counting, using -retain, -release and -autorelease.
from stepwise
Are blogs retro yet?
Cocoa does not use garbage collection. You must do your own memory management through reference counting, using -retain, -release and -autorelease.
from stepwise
You must be logged in to post a comment.