Peter Steinberger

Results 100 comments of Peter Steinberger

Not yet; I keep using the previous version without assembler craziness (and only for testing). But If you wanna spend some time to help - I'm all for it.

That might be hard; as we use runtime forwarding internally as well. does it work on the 1.5 branch?

Not having any plans to add special code, but if you find an elegant solution, I'm curious.

Hmm. Is there any info in the log why this might fail?

Never found the time to dig into that. PR's welcome :)

Again, I very much welcome pull requests. Currently 1.4 works for me as I use Apects for testing/mocking only - if this changes I'll put it more work.

Yeah, I need to remove this. Noticed this as well.

Thanks for this! I'll look into this this week.

You can embed a view controller in SwiftUI and push the presentation from that. That's what I currently use. Could be done a bit simpler, but overall it's fine and...