We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1317fe commit 41e29c1Copy full SHA for 41e29c1
1 file changed
Demo/ButtonKitDemo/Buttons/AsyncButtonDemo.swift
@@ -61,7 +61,7 @@ struct AsyncButtonDemo: View {
61
}
62
.asyncButtonStyle(.pulse)
63
64
- if #available(iOS 18.0, *) {
+ if #available(iOS 18.0, macOS 14.0, *) {
65
AsyncButton {
66
try await Task.sleep(nanoseconds: 2_000_000_000)
67
} label: {
0 commit comments