This content was released on May 19 2017. The official support period is 6-months from this date.
Swift uses Automatic Reference Counting to determine when it can release memory. Learn when to use unowned and weak to prevent reference cycles and lost memory.
This is a companion discussion topic for the original entry at https://www.kodeco.com/3810-advanced-swift-3/lessons/11