美文网首页
iOS 收到推送通知后,从AppDelegate跳转到详情页

iOS 收到推送通知后,从AppDelegate跳转到详情页

作者: 我要有腹肌了 | 来源:发表于2016-08-23 22:50 被阅读178次

    //想要跳转的界面

    SeekDetailsViewController *vc = [[SeekDetailsViewController alloc] init];

    [self.window.rootViewController presentViewController:vc animated:YES completion:^{

    NSLog(@"推送跳转成功");

    }];

    相关文章

      网友评论

          本文标题:iOS 收到推送通知后,从AppDelegate跳转到详情页

          本文链接:https://www.haomeiwen.com/subject/vwpnsttx.html