简体   繁体   English

如何在Tab Bar Controller Storyboard中添加视图

[英]How to add view inside Tab Bar Controller Storyboard

I am new to Storyboard. 我是Storyboard的新手。 I've a Tab Bar Controller and I want to create a View Controller which include the Tab Bar Controller in the view. 我有一个Tab Bar Controller ,我想在视图中创建一个包含Tab Bar Controller的视图Tab Bar Controller I have did that but it didn't work. 我已经这样做但它没有用。 I have read a lot of topics but I couldn't find what I want. 我已经阅读了很多主题,但我找不到我想要的东西。

我希望这张照片展示我想要的东西

You can use Container View and embed UITabBarController with it. 您可以使用Container View并使用它嵌入UITabBarController。 Looks like this: 看起来像这样: 在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不同故事板的标签栏上显示拆分视图控制器? - How to show split view controller on tab bar from different storyboard? 如何在故事板的标签栏上启动导航控制器的第三个视图控制器 - how to start third view controller of navigation controllers on tab bar in storyboard 没有 TabBarController 的标签栏 - 在故事板中为标签栏项目添加视图控制器 - Tab bar without TabBarController - add View Controller for Tab bar item in storyboard iOS:使用情节提要的标签栏视图控制器 - iOS: tab bar view controller using storyboard 查看标签栏 controller 从 storyboard swift 5 - view tab bar controller from storyboard swift 5 在TableView Controller故事板上添加标签栏 - Add tab bar in tableview controller storyboard 向故事板中的选项卡栏控制器场景添加按钮 - Add a button to tab bar controller scene in storyboard 故事板-从模态视图控制器返回到选项卡栏控制器 - Storyboard - go back to tab bar controller from modal view controller 在Storyboard xCode中从View Controller切换到Tab Bar Controller - Switch from View Controller to Tab Bar Controller in a Storyboard xCode 如何在标签栏控制器视图内的按钮按下时在标签栏下显示另一个视图控制器? - How to present another view controller under tab bar on button press inside a tab bar controller view?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM