Hi,
When you receive a push notification I want to send the data and the user to a detail screen in the centerView is that possible with the normal AppDelegate or need I something in the InitialViewController?
I do this in my other app without ViewDeck and without using storyboards;
PhotoVC *viewController = [[PhotoVC alloc] initWithPhoto:object]; [self.navController pushViewController:viewController animated:YES];