Jakob Mikkelsen

Results 7 issues of Jakob Mikkelsen

Fixed issue with SPM.

Would it be possible to disable pan gesture for a specific UIView inside a UIViewController? As the UIPanGestureRecognizer is private, it's not possible to do the following: ``` func gestureRecognizer(_...

Added @objc(...) attribute to the `SessionDelegate` class, which will update the Obj-C interface in a generated ...-Swift.h file, to avoid the name conflict with other libraries with a class named...

Hi @KaneCheshire! I'm are experiencing new crashes on the `Observable.notifyObservers` function. I have investigated, but I haven't been able to reproduce it. Have you experienced the same thing, or have...

### Description When presenting a subclass of `UINavigationController` which conforms to the `PanPresentable`, the `.intrinsicHeight` is always fullscreen and not using the height of the `FirstViewController` which is the `rootViewController`...

We have several users reporting that the ChatContentView is crashing for them. Unfortunately we haven't been able to reproduce this ourselves, but it seems to be an `out of bounds`...

I'm experiencing a crash caused by the `ChatContentViewController.updateAlertView()` function. **The description of the crash is** `Modifications to the layout engine must not be performed from a background thread after it...