swifter-tips / Public-Issues

Public issues for Swifter-tips book
103 stars 3 forks source link

内存管理,weak 和 unowned 对 unowed 的表述 #14

Closed onevcat closed 10 years ago

onevcat commented 10 years ago

“在这里因为如果想要调用到这个闭包,那么 self 是一定会存在的,因此可以使用 unowned”

对于 unowned 的表述和例子不是很恰当,需要重新考虑表达。

onevcat commented 10 years ago

已完成