It still has a few small issues to fix, but essentially it seems to be working even for "those" videos.
#SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic

dad & husband. Almost every night iOS developer
Building: Event Jar, FeedTube and others…
| Event Jar | https://apps.apple.com/app/id6459984864 |
| FeedTube | https://apps.apple.com/app/id6741320680 |
| PixLink | https://apps.apple.com/app/id6746123581 |
It still has a few small issues to fix, but essentially it seems to be working even for "those" videos.
#SwiftUI #iOSDev #iOSDeveloper #AppDev #indieDev #indieApp #BuildInPublic
@nicoreese try with
.glassEffect(
.regular
.interactive(),
in: .capsule
)
and put it to menu.
Menu {
} label: {
}
.glassEffect(
.regular
.interactive(),
in: .capsule
)