Is it possible to not use a NavigationController and change views with an animation/segue with a storbyboard. I cant seem to figure out how to accomplish this. I thought it would have been pretty simple but no luck. I just have two views and want to transition without adding a navigationcontroller.
Is it possible to not use a NavigationController and change views with an animation/segue
Share
Sure, just create the segue and select “modal” in the menu that pops up instead of “push”.
When you want to return you do it programmatically with: