Closing only the ImagePicker and passing image to ScrollViewController
问题 I have an ImagePicker that is displayed after a ScrollViewController is presented (1). Question: Once the image is picked from the ImagePicker , how do I dismiss just the ImagePicker so that the ScrollViewController is displayed and then pass the image picked to the ScrollViewController ? (1) Presenting ScrollViewController and ImagePicker let storyboard = UIStoryboard(name: "Main", bundle: nil) let vc = storyboard.instantiateViewControllerWithIdentifier("ScrollViewControllerID") as!