Answer the question
In order to leave comments, you need to log in
Objective c working with memory?
Good day, I'm learning Obzh-S, I got to work with memory, and so, I have a question,
do I need to bother about the number of links to the object, if I write codes in the auto release pool?
I heard that when you write for devices, you need to manually follow the links, is that so?
Answer the question
In order to leave comments, you need to log in
Yes need.
You no longer need to send release/retain messages yourself. But strong/weak references must be taken into account so that loops are not created that ARC cannot solve on its own.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question