LeoNatan / LNPopupController

A framework for presenting view controllers as popups of other view controllers, much like the Apple Music and Podcasts apps.
MIT License
3.04k stars 342 forks source link

Mac Catalyst Snap & Drag Issue #438

Closed iDevelopper closed 3 years ago

iDevelopper commented 3 years ago

Hello Leo,

Description

[<UINSWindowProxy 0x600002195710> valueForUndefinedKey:]: this class is not key value coding-compliant for the key currentEvent in -_popupBarPresentationByUserPanGestureHandler_began:

Steps to Reproduce

Run the example.

Device, OS and Xcode Versions

macOS Big Sur 11.2.3, Xcode 12.5 beta 3 (12E5244e)

LeoNatan commented 3 years ago

Hey

Thank you! Will take a look. I recently fixed a crash on Catalyst, maybe it introduced a new one, or there were originally more issues.

LeoNatan commented 3 years ago

Have you tried with the latest version? I can't reproduce.

LeoNatan commented 3 years ago

I think you have an old version of the code. This issue is what I fixed. Cheers

iDevelopper commented 3 years ago

2.10.32

LeoNatan commented 3 years ago

https://github.com/LeoNatan/LNPopupController/releases/tag/2.10.33

iDevelopper commented 3 years ago

Sorry, yes I can see your commits in 2.10.33. It was fixed.