0

My app works fine with Main.storyboard and now I want to add LaunchScreen.storyboard. Simple question: Is a navigation controller required to do this? I'll go research based on the answer. Thanks!

vonlost
  • 875
  • 1
  • 7
  • 11

1 Answers1

0

No there is no need to add UINavigationController for add LaunchScreen.storyboard. UINavigationController is for only navigate to one UIViewController to another UIViewController.

Virani Vivek
  • 888
  • 1
  • 8
  • 22