Add tab bar in tableview controller storyboard

只谈情不闲聊 提交于 2019-12-12 04:05:38

问题


I am in a need to show same style like a tab bar controller provide(button with image).
But the need is i need to implement the tab bar on the tableview controller.



How should i suppose to do this ?

i want to add three buttons on the bottom of tableview controller like the tab bar controller.


回答1:


Click on your tableview controller, then at the top click on editor then Embed in and select Tab bar controller, or if you don't want to embed your controller into a tab bar, drag and drop a bar button item.



来源:https://stackoverflow.com/questions/45979296/add-tab-bar-in-tableview-controller-storyboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!