This is my structure of my project:
>TabBarController->NavController->A1->A2->A3->A4
From the TabBarController are similar to this structure several other NavController.
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
Is this possible?
Post
Replies
Boosts
Views
Activity
I have a Tab Bar Controller, which refers to two Navigation Controllers, these Navigation Controllers refer each to one view Controller. Form this View Controller you can go to another View Controller. If I switch from the first "Workflow" (e.g. thrird page) to the second and back with the Tab Bar I have to click the Button for the first Workflow twice to get to the initial view. Can I make my program to do that only by one click ? I hope you understand my problem and the structure of the program.
I have a table view with ten entries, which refers to another view. If I click on one cell the color changes to light grey and shows the next page. I want to set this color to black when the table view cell is clicked. How can I do this?