Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

xcode ios simulator does not show updated tab bar controller

I am trying to create an ios app that consists of a tab bar controller with three buttons for 3 different pages. However, when I run the program the first few seconds shows it correctly but then it changes to a simple tab bar controller.

on left is my tab bar controller and on the right is shown by the simulator

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You've edited the wrong storyboard. You have edited the Launch Screen storyboard. So during launch it shows your 3-tab interface. But then the app starts running and the Main storyboard is used. You didn't edit that one, so we are back to the plain vanilla Tabbed App template.

What you should have done was to edit the Main storyboard.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...