Mijick / Popups

Popups, popovers, sheets, alerts, toasts, banners, (...) presentation made simple. Written with and for SwiftUI.
Apache License 2.0
1.38k stars 61 forks source link

[FREQ] Shadow #161

Open sandrotonon opened 1 week ago

sandrotonon commented 1 week ago

Hi,

is there any way to add a shadow to a popup?

In some pre-3.0.0 Version this seems to have been possible, but since 3.0.0 this option seems to have been removed (see ea35a60)

It would be really nice to have this option again.

Greetings and thanks for your effort!

FulcrumOne commented 1 week ago

Hey @sandrotonon,

I removed it because I had some performance issues during the development of version 3.0.0, so I decided to cut off all the unnecessary (as I thought) elements that affect rendering performance.

However, it looks like my efforts have finally paid off and version 4.0.0 will be much better optimised, so I will certainly invite shadows back to the framework soon 😅

Thanks for your kind words and have a great weekend!