问题
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