I am working on a project with multiple storyboards. I want to implement state restoration in this project. I am having a problem linking the ViewControllers on second storyboard into the state restoration process.
encodeRestorableStateWithCoder:
& decodeRestorableStateWithCoder:
methods are invoked only for ViewControllers associated with the Main storyboard.
How do you link the ViewControllers in the second storyboard to the state restoration process?