Search code examples
iosstoryboarduistoryboard

TabBar screen disappears right after launching app in simulator


When i launch my app in simulator. My test app consist of only Tab Bar Controller and two View Controllers. At the beginning I can see first screen, but in moments it disappears.enter image description here


Solution

  • It is my bad. I placed these view controllers on LaunchScreen.storyboard. When I removed all this stuff to the Main.storyboard all worked fine.