Passing variables between Storyboards without Segues - Swift
问题 I'm passing data between two different UIViewControllers located within two different .storyboard files within Xcode. (It's quite a large project so I had to break it up into different storyboards.) I have already established an "exercisePassed" variable (String) within the view I would like to Pass my data to, and I already know how to move between two views located within different storyboards. Like so. var storyboard = UIStoryboard(name: "IDEInterface", bundle: nil) var controller =