krzysztofzablocki / Inject

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

Forward largeTitleDisplayMode to host #28

Closed felginep closed 2 years ago

felginep commented 2 years ago

For now, if the view controller child sets largeTitleDisplayMode to false, the container does not replicate this setting. This commit fixes this behavior.

krzysztofzablocki commented 2 years ago

🙌