TabBar not showing when moving from viewController to tabBarViewController?
0
When a go from a viewController to a tabBarViewController (meaning one of the two view controllers that is one of the tabs), the tab bar does not appear. When I move between either of the view controllers that are in the tab Bar controller instead, the tab bar works properly and it appears. Why does the tab bar seem to break when moving between a tab bar view controller and a regular view controller? Thanks.
swift xcode uitabbarcontroller uitabbar
share | improve this question
asked Nov 23 '18 at 17:08
Everett Everett
57 9
...