I have this simple storyboard:

When I set the segment type between the middle controller to the right (ctrl + drag from prototype cell → adaptive show segue type), my detailed view slides from the bottom of the screen, but does not shift from the side. When I use the deprecated push segue, everything works as expected, but I have a warning for using the old type.
How can I make sure that the new segue type will work as an obsolete push one?
source
share