Cocoa does not use garbage collection. You must do your own memory management through reference counting, using -retain, -release and -autorelease.
from stepwise
post modem .. just past the library
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.