Launch screens may not have triggered segues. LaunchScreen.storyboard
What does it mean? I am using Xcode and I am trying to do a segues.
You cannot perform segues inside a launch screen story board.
LaunhScreen.storyboard
files are static and cannot run codes, segues or other forms of animation. You should implement you UI inside Main.storyboard
or another storyboard set as your main storyboard.
P.S.: Using LaunchScreen storyboards
You can't have segues to LaunchScreen.storyboard. Try to play with Main.storyboard.
LaunchScreen.storyboard
is for splash screen.
Main.storyboard
for adding scenes and more.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With