Home > Back-end >  Get different object when debug on push to NavigationController and ViewDidLoad
Get different object when debug on push to NavigationController and ViewDidLoad

Time:12-22

In my project i use coordinator pattern to manage each viewController but i can't set coordinator to viewController for some reason.

So i try to debug an object before push to navigationController stack and on viewDidload and i get the different object from address

enter image description here

that make coordinator that i set to viewController equal nil

How can i fix that? PS. this is my github if you want to see all my project

enter image description here

  • Related