We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A popup
The popup is not visibile. But the view dims.
public struct FeedbackView: CenterPopup { public var body: some View { Text("Test") .padding() .background(.red) } } @main struct LinkboardApp: App { var body: some View { NavigationView { Button("Tap") { Task { await FeedbackView().present() } } } .registerPopups() } }
SDK 4.0.1 Xcode 16.0 (16A242d) iOS 18.2 iPhone 12
The text was updated successfully, but these errors were encountered:
FulcrumOne
No branches or pull requests
Expected Behavior
A popup
Current Behavior
The popup is not visibile. But the view dims.
Code Sample
Screenshots
SDK 4.0.1
Xcode 16.0 (16A242d)
iOS 18.2
iPhone 12
The text was updated successfully, but these errors were encountered: