-
I noticed that it was possible in the non SwiftUI version using:
However I'm not sure how I'd accomplish this in SwiftUI. Thanks! 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
LeoNatan
Jan 8, 2024
Replies: 1 comment 3 replies
-
isTranslucent is not an available API anymore. Use popupBarCustomizer() and modify the standardAppearance object. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
LeoNatan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
isTranslucent is not an available API anymore.
Use popupBarCustomizer() and modify the standardAppearance object.