iphone - when application become active then how we load the another view or invoke the root view controller -


i have load mailcomposer on reciving localnotification possible??

you should code follows,

- (bool)application:(uiapplication *)application didfinishlaunchingwithoptions:(nsdictionary *)launchoptions {     uilocalnotification *localnotif = [launchoptions objectforkey:uiapplicationlaunchoptionslocalnotificationkey];     if (localnotif)      {         //code opening mail composer     }    -(void) application:(uiapplication *)application didreceivelocalnotification:(uilocalnotification *)notification     {            //code opening mail composer     } 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -