Hello everyone
I hope manually trigger the event viewDidUnload (unload an viewcontroller). Is it possible?
Thanks
interdev
Hello everyone
I hope manually trigger the event viewDidUnload (unload an viewcontroller). Is it possible?
Thanks
interdev
I don't think there's a possibility to trigger this method, because it's only called when memory is getting low. Why don't you use viewDidDisappear: or viewWillDisappear: ?
Just allocate lots and lots of big objects. It's bound to be called sooner rather than later, as soon as your device memory starts running low.