I Have a viewcontroller and tabbarviewcontroller. I du have the connection between viewcontroller and tabbarviewcontroller. Example: If I click on a picture inside a button of viewcontroller then the tabbarviewcontroller got opened. but I need to back from tab1 or tab2 with a navigationcontroller. what is the easiest way and efficient way to do it in iOS?
Thankss