What message will UIViewController will receive when a the iPhone receive a telephone call?
views:
33answers:
1
A:
It will Call UIviewController's
- (void)applicationWillTerminate:(UIApplication *)application
delegate method...
mihirpmehta
2010-04-13 09:17:34
Actually that's in UIApplicationDelegate
MihaiD
2010-04-13 09:23:28