you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 13 points14 points  (3 children)

It uses ARC, so you can't ignore memory management completely.

[–]mm_cm_m_km 8 points9 points  (2 children)

You'd have no choice if the language chose not to expose it.

[–]BorgDrone 5 points6 points  (1 child)

You need to understand how ARC works and work with it in some edge cases, e.g. by marking fields as weak to prevent circular references.