Add tab bar in tableview controller storyboard

1.2k Views Asked by At

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.

image

1

There are 1 best solutions below

5
On

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.

Bar button