Search code examples
iosswiftxcodestoryboardsegue

Swift - Transitions to another View Controller (not popup)


I've been trying to link a button to a View Controller, and it works, but it keeps appearing as a popup! I don't want a popup, I want a full screen with a back button on the top.

I've looked at videos and everyone else holds ctrl + drags, but when I do that it still makes it a pop up.

Help! Am I doing something wrong?


Solution

  • enter image description here

    Go - Storyboard and check controller Properties as in picture set fullscreen

    Transition-style = anyType

    Presentation - fullScreen