cocoa touch - Application did enter background function -


Hey I have a very short interval timer in my first VUI controller, which I end up in the app when I enter the background I want to, but how am I to access it from my app app delicate file where the function is located. I know this is a very dumb question, but I appreciate the help thank you!

In your firstViewController, you will listen for it.

In the first ViewController init method:

  - (zero) addObserver: (ID) Notification Observer selector: (SEL) Notification Selector Name: (NSString *) NotificationName Object: (ID) Notification    

Comments