简体   繁体   中英

iOS not showing Tab Bar and TableView

I created Tab Bar application and created one button at the first view controller. This button has action which open second view controller. Then second view controller is loaded, table bar disappeared. How can I show table bar on all view controllers? Describe it in details, please. I just start learning iOS application developing.

enter image description here

enter image description here

enter image description here

You will need a navigation controller in between tab bar controller and first view controller. First view controller should be the root view controller for the navigation controller.

在此处输入图片说明

And Secondly on button event you have to select segue type as below: This will push the second viewcontroller from the first one and will also have the tab bar at the bottom.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM