Avatar
@tarunon 上記の流れと、ViewControllerのTypeErasureも試してみています。 apply<R: ViewControllerRequest>の中身を実装しているところで、型解決ができず、 as! R.EnvironmentResponse するとうまくいくのですが、force cast無しで解決できてますでしょうか? https://speakerdeck.com/mercari/mtc2018-implementing-typeerasure-in-viewcontroller?slide=31
Speaker: Nobuo Saito To develop our app, we use MicroViewController, which we introduced at iOSDC, and we have also implemented the idea of MicroFrameworks. A common issue with using MicroFrameworks is circular dependencies, but by using the MicroViewController model, we can...