我有一个应用程序,它有一个标签栏,大多数ViewControllers. 问题是它没有显示在viewController我通过这段代码呈现的内容中。
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:songsViewController];
[self presentViewController:navigationController animated:YES completion:nil]
我使用的是presentViewController而不是pushViewcontroller,因为我想navigationBar在此视图中自定义 。
我如何展示我使用创建的标准标签栏storyboard?