Push View Controllers from Modal View in Storyboard
问题 I am using storyboard and have a screen which is presented modally, which I then need to push other view controllers from so that I can select items for the modal view (similar to adding an entry on the iPhone Calendar app). So I am going from: Navigation Controller > VC > Modal View Controller > ??? Here I want to push a VC so that I can select an item to return to the modal view. How can I make this possible as I'm currently getting an error "Push segues can only be used when the source