When I click a button in one viewcontroller ,I want to go to other tapbarviewcontroller
I have a tap-bar view controller name "my view" with navigation controller
I have button in that "my view" when I click on button I want to go to public tap-bar view controller
error I am getting is:
when i click on the button its navigating to public view controller but the tap-bar is in the same position in "my view"
help me thanks in advance