Hello. In diagram 3 of the screen:
- Data you need to filter
- Filtered data
- Filtering settings
Screen 3 is opened by clicking on the "Filter settings" button via Modal Segue (screens 1 and 2).
Screen 2 opens when you click the "Filtered" button (screen 1) via Show Segue.
When you click on "Cancel" (screen 3), the dismiss function is called, closing the modal window, the screen from which the "Filter Settings" button was pressed is returned, the navigation between
1 -> 2 and 2 -> 1 works as it should.
However, I ran into a problem, how to correctly open the screen 2 when pressing the "GO TO FILTERED" button from screen 3, so that the parameters for filtering were transferred to the control class of screen 2 and the navigation between 2 -> 1 did not break? Tried through different Segue, but navigation then does not work.
