Using UIPageView images to open ViewController w/ NavigationController
问题 I am trying to make three images in a UIPageView to open three different NavigationController . Here is my layout as of right now. I connected three Custom Segue to each NavigationController and under ContentViewController , I added the following @IBAction method: @IBAction func navJns(sender: AnyObject?){ let storyboard = UIStoryboard(name: "Nav", bundle: nil) let controller = storyboard.instantiateViewControllerWithIdentifier("Jeans") as! Jeans self.modalPresentationStyle =