This is my structure of my project:
I want A4 to behave like there were no Nav Controller in this project. There should not be a back Button or TabBar.
Like the Project were structured like this:
>TabBarController->NavController->A1->A2->A3->A4
I want A4 to behave like there were no Nav Controller in this project. There should not be a back Button or TabBar.
Like the Project were structured like this:
>B1->B2