krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.14k stars 114 forks source link

Support NavigationController #40

Closed VitaliiDeveloper closed 2 years ago

VitaliiDeveloper commented 2 years ago

Hello everyone

Because ViewController host, it's a new instance, currently, the ViewController hosts do not support the navigation controller of the child.

And for example, we may have some configuration for our NavigationController and then set it to our host(...), and all of our Navigation configuration gonna be ignored because of the new Host instance.