-1

J'ai créer un storyboard et je ne trouve pas comment l'afficher sur Simulator

I created a storyboard and I can’t find how to display it in Simulator.

Ptit Xav
  • 3,006
  • 2
  • 6
  • 15
  • Would be good to ask in English. To display a storyboard you need an app that use storyboard at its start point. – Ptit Xav Aug 04 '22 at 07:27

1 Answers1

0

When you create a new project with storyboards selected, it automatically displays "Main.storyboard" after your app loads.

You can set the name of the storyboard to load inside the info.plist. It's now moved to:

Application Scene Manifest -> Scene Configuration -> -> -> Storyboard name

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Simon McLoughlin
  • 8,293
  • 5
  • 32
  • 56