I currently have an app with 3 views
- Screen 1 - uses a 'show' segue to go to Screen 2
- Screen 2 - uses a 'modal' segue to go to Screen 3
- Screen 3
I have an unwind segue in Screen 1 and invoke this unwind segue from Screen 2 and Screen 3.
Currently, when I invoke Screen 1's unwind segue from Screen 3, it animates as a modal view that is closing.
Is it possible to have this unwind segue animate an a standard "pop" segue, such as when a screen pops off the normal navigation stack?