How can I set in the Storyboard a ViewController Storyboard ID
from a variable
in a struct swift file
?
I don't want to write down the Storyboard ID of a VC from the Identity Inspector > Identity > StoryboardID hardcoded. I want it to be in a variable in a struct swift file where I can access it and also set it/change it from there.