Search code examples
iosxcodeuiviewcontrollerinterface-buildersegue

How i can use Navigation Controller only certain View Controllers?


I try create registration screen and after -> Home Page with side menu. I create model layout with two screenshots. I can't understand why my registration screen have button back and how i can implement navigation controller only after i go in Home Page?

this is first way - if i use segue for Home Page

this is first way - if i use segue for Home Page

and second way - if i use segue for Navigation Controller

and second way - if i use segue for Navigation Controller


Solution

  • solution

    I guess this is what you want. You can translation from HomeVC to LoginVC with kind Modal