Skip to content

Open different storyboard when receiving a push notification #5

@FredvanRijswijk

Description

@FredvanRijswijk

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];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions