Hi, I want to use two different TabBarController. Everything is declared in my AppDelegate. Here is the result :
TBC1Tab1 | TBC1Tab2 | TBC1Tab3 and then when I push a button my new TabBarController : TBC2Tab1 | TBC2Tab2
Each Tab is linked to a view. I use a button on my first tab to go to my second TabBarController with my new tabs. My problem is to go back to my first TabBarController : how to do it ?
So to have my "back" button I add my code in my views. Then if I use my back button I can't go back to my first view from my first TabBarController. Here is what happens : my view inside my second TabBarController (which is linked to my tab) disappear but my TabBarController doesn't disappear so I can't see my first view with my first TabBarController. Someone know how to do it ? If you don't understand I will add some pictures. thanks