Open Specific View when Opening App from Notification
I have just added push notifications to my app. I'm wanting to have so that when a user opens the app from a notification, it will open a specific view controller and not my rootViewController. Here is my AppDelegate: #import "KFBAppDelegate.h" #import "KFBViewController.h" #import "AboutUs.h" #import "ContactUs.h" #import "KYFB.h" #import "KFBNavControllerViewController.h" #import "KFBTabBarViewController.h" #import "RSFM.h" #import "LegislatorInfo.h" #import "Events.h" #import "ActionAlertsViewController.h" #import "UAirship.h" #import "UAPush.h" #import "UAAnalytics.h" @implementation