krzysztofzablocki / Inject

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

Is it possible to use with storyboards? #19

Closed tylerjames closed 2 years ago

tylerjames commented 2 years ago

I've since switched to creating view controllers and UI programmatically, but I still have several VCs use storyboards. Is there any way to integrate Inject with views and VCs that are loaded this way?

thanks

krzysztofzablocki commented 2 years ago

It used to be that you just build project (not run) and it re-builds Storyboards / Nib's, but I've honestly not used it for years so not sure if it still works