Mijick / PopupView

Popups presentation made simple (SwiftUI)
MIT License
1.19k stars 50 forks source link

Automatically falling back to Main Thread rendering engine... #26

Closed akardas16 closed 1 year ago

akardas16 commented 1 year ago

Hi, thanks for this amazing library. When I present popup view, I get below log in Xcode. Automatically falling back to Main Thread rendering engine. This fallback comes with some additional performance overhead, which can be reduced by manually specifying that this animation should always use the Main Thread engine.

FulcrumOne commented 1 year ago

Hi @akardas16, could you please send me the code to reproduce the above state?

Thanks