I am trying to transition between two different storyboards, but I don't want to reload the storyboards each time, as they contain UI controls that need to keep their values.
I just want to have two storyboards active and loaded into memory so that I can transition between them without calling the ViewDidLoad function.
Hope that makes sense:)