I have this simple Storyboard:
When I set the segue type between middle Controller to right one (ctrl+drag from prototype cell -> adaptive show segue type), my detail view is sliding from bottom of screen, not slide from side. When I use deprecated push segue everything works like expected but I have warning for using old type.
How I can make sure that new type of segue will be working like deprecated push one?