How to segue between ViewControlllers calling ViewDidLoad

50 Views Asked by At

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:)

0

There are 0 best solutions below