Q&A
Ask and answer questions to make information more available to wider audiences.
Isaac Cores @isaaccores91   21, Jun 2023 12:00 AM
deinit in swift
What is the use of deinit in swift?
answers 1
 
Answer 1
Evelyn Jeningss @jeningssevelyn   27, Jun 2023 04:27 PM
Deinitialization in Swift is the method of deallocating or cleaning up unused class instance objects in order to free up memory space used by machine resources for better memory management. Until a class instance is deallocated, the deinitialization process is usually named.