I'm using storyboards for my universal (iPhone/iPad) app. I'm using the default master/detail split view.
On split view, everything is working fine, when I select an item in the master view, it's pushed in the detail view. But on iPhone, when I select an item, the detail view is presented like a modal popover (not sure of the name), and not with a push transition (with a right to the left transition and a back button).
Is there something wrong on my storyboard ? The segue between the master and the detail is a "Show (e.g. Push)" segue.
EDIT: I noticed that I was not very clear in what I wanted ! So here are some gifs.
Here is how my app is working : http://gph.is/1IcN78K
As you see, the detail view is presented with a popover.
Here is how I want it to work (this is a capture of the previous version of my app, I was not using storyboards and I was using Obj-C) : http://gph.is/1IcNKPE
EDIT 2 : Still in need for help. I tried a lot of things, I made a lot of research, but can't find a solution.
Try this:
Implement this function: