Contents

dealloc()

Deallocates the memory occupied by the receiver.

Declaration

func dealloc()

Discussion

This method behaves as described in the NSObject class specification under the dealloc instance method.

See Also

Related Documentation