Swift Functional Programming(Second Edition)
上QQ阅读APP看书,第一时间看更新

De-initialization

A de-initializer is called immediately before a class instance is deallocated. Swift automatically deallocates instances when they are no longer needed in order to free up resources.