Skip to content

Commit 19ffe80

Browse files
committed
Update AdaptiveStack.swift
1 parent 3d7e8aa commit 19ffe80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUIExtension/Views/AdaptiveStack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SwiftUI
22

3-
if os(iOS)
3+
#if os(iOS)
44
public struct AdaptiveStack<Content: View>: View {
55

66
@State private var orientation = UIDeviceOrientation.unknown

0 commit comments

Comments
 (0)