I am trying to display a custom view once a notification is fired on the iPhone. By that I mean, once the UILocalNotification alert pops up and the user presses the action button, right now it shows my main view but I’d rather have it show a different view.
How do I accomplish that? Don’t necessarily need code, just the general steps to accomplish this.
Thanks.
This is the method that gets fired once you click the action button on an alert dialog that was triggered by a UILocalNotification. Just had to show the view from there.