Passing data between UIPageViewController Child views with Swift
问题 I cant seem to find a specific answer to my direct dilemma. I have a UIPageViewController that programmatically loads through 6 child UIView scenes. They host various stages of an 'add' element functionality. Currently the PageViewController Class adds each child view into an array and instantiates them when required with: storyboard?.instantiateViewControllerWithIdentifier("editViewController") The natural delegate is set-up to swipe between each child scene and therefore no "