krzysztofzablocki / Inject

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

Interface Builder and prepare for segue #71

Closed priore closed 1 year ago

priore commented 1 year ago

Hello I have a question, how can i use it in the following case?

thanks

Screenshot
krzysztofzablocki commented 1 year ago

this wouldn't work correctly. IB is not supported as the instantiation needs to be autoclosure wrapped, passing in actual variable doesn't really do anything

priore commented 1 year ago

so it can't use with projects that use Interface Builder, right ?

krzysztofzablocki commented 1 year ago

You can just not on those vc's

priore commented 1 year ago

ok thanks