As the title suggests, I would like to push a ViewController onto the navigation stack, not full screen but as a popover, but despite setting the modalPresentationStyle to .popover at various positions I can't get it to work, it is still presented in full screen.
If I use present(vc, ani, comp) it works, but not with pushing.
For clarity, it should look like the iOS Clock or Calendar app, when you add an alarm or create a new event.
If I use present(vc, ani, comp) it works, but not with pushing.
For clarity, it should look like the iOS Clock or Calendar app, when you add an alarm or create a new event.