问题 I am struggling with passing data from my appDelegate to one of my view controllers. I have tried to use segues to do this, but this just doesn't work. So what I am wondering about is; is there any other way to present another view controller and pass data to it, other than using segues? Thanks in advance. 回答1: You can't use segue to ViewController from AppDelegate , because AppDelegate is not a ViewController . Segues are only work with ViewControllers . But you can initiate a storyboard