ivanvorobei / SPIndicator

Floating indicator, mimicrate to indicator which appear when silent mode switched. Can be present from top and bottom. Interactive with gesters.
https://opensource.ivanvorobei.io
MIT License
768 stars 48 forks source link

Using on macCatalyst #6

Closed isaranjha closed 3 years ago

isaranjha commented 3 years ago

First of all, thank you so much for this library. It really is super helpful and awesome. I can't wait to fully integrate it into my project.

One thing I noticed is that on macCatalyst, the display position and animation can be a bit wonky. For example, it seems that when displayed at the top of the screen, there is no padding and so it is against the top toolbar of the Mac application. Furthermore, the animation is choppy on Mac for some reason and the SPIndicator tends to flicker. I don't have this issue at all with SPAlert.

Can you have a look? Thank you. :)

ivanvorobei commented 3 years ago

Good day, yes, of course. Going to check it.

ivanvorobei commented 3 years ago

Can you please attach screenshoot? I run example project with Catalyst and it work for me.

isaranjha commented 3 years ago

You’re right. This was an issue in beta 3 of macOS Monterey but also the first time I tried with Catalyst. My apologies. It seems like it is now fixed in beta 4.

On Jul 26, 2021, at 4:39 AM, Ivan Vorobei @.***> wrote:

Can you please attach screenshoot? I run example project with Catalyst and it work for me.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ivanvorobei/SPIndicator/issues/6#issuecomment-886544389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHCPUWLWGSQXLW2H5BEVZQ3TZUUOFANCNFSM5A46B7DQ.

ivanvorobei commented 3 years ago

@isaranjha thanks for info!