func dealloc()
Deallocates the memory occupied by the receiver.
レシーバによって占有されたメモリを割り当て解除します。
Availability 有効性
Technology
func finalize()
This method behaves as described in the NSObject
class specification under the finalize()
instance method. Note that a finalize
method must be thread-safe.
このメソッドは、NSObject
クラス仕様においてfinalize()
インスタンスメソッドの下で記述されるように振る舞います。finalize
メソッドはスレッド安全でなければならないことに注意してください。
func dealloc()