On 09/25/2014 05:14 PM, Sven Barth wrote: > > ARC objects will only be destroyed when the last reference to them has > gone out of scope. If there is still a reference, then there's still > the object. > I understood, the example showed that the object might survive even if there is no reference any more. -Michael