Theo Kallioras

Results 24 comments of Theo Kallioras

That's indeed a useful API, and it will also bridge nicely to its UIKit counterpart. In the meantime, assuming that you know the initially selected date or the date that...

I'd like to reopen the discussion on this. We're encountering a rare but persistent issue where a few users experience a complete app freeze when setting attributes via the SDK....

Hi @bryankeller. Is there any plan for a new tagged release, containing some of the latest commits?

We encountered the exact same issue. In some cases it's converted correctly, in others it's off by one. Any indication when this will be fixed? It causes several issues in...

I patched the `ObservableObject` that holds the `CameraManager` and converted it to `StateObject`, and since then I haven't seen any crashes.

I have also encountered this issue. It happens almost consistently when using transitions that involve a movement to an edge.

I have the exact same issue with my SwiftUI-based app. I profiled it, and there is a micro-hang every second at the exact moment the screenshot is being taken. The...

@zacyungblut we also had to disable it completely unfortunately. We even got some negative reviews because of the glitches. We'd really love to try a more performant solution.

@ioannisj it is an improvement for sure, but still, even in low-speed scrolling situations there is a very visible glitching that is perceived like a performance issue to the end...