iosstoryboardlaunch-screen

iOS navigation controller required when adding launch screen to app?


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!


Solution

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