I dont know why viewDidUnload is deprecated from ios6.Does it mean that xcode will automatically manages the deallocation of objects created and control the memory usage
It means that if you not using ARC you need to move objects releasing to dealloc
method from viewDidUnload
if you create application only for iOS 6 and higher.
Also look at this answer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With