How to add delegate to my application
How to add delegate to my application
- Subject: How to add delegate to my application
- From: email@hidden
- Date: Mon, 17 Sep 2001 16:40:13 -0600
Hello all,
I want my application do something before it quit. I add function
applicationWillTerminate to Controller.m in my application. But it seems
the application didn't receive the notification and never run this
function. If I need set other things to get this function to be valid?
In addition, thanks Thomas and Scott answer my question about "The good
place for adding code for doing sth. before quit application."
Thanks,
Fei