在 swift deinit 方法中使用 self 是一种好习惯吗?在目标 C 中,我们避免在 init 和 dealloc 方法中使用 self。同样适用于swift吗?
swift
swift ×1