You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SafariView/Presentation/BoolPresentation.swift
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,18 +68,21 @@ public extension View {
68
68
///
69
69
/// - Parameters:
70
70
/// - isPresented: A binding to a Boolean value that determines whether to present the ``SafariView`` that you create in the modifier’s content closure.
71
+
/// - presentationStyle: The ``SafariView/PresentationStyle`` used to present the ``SafariView``.
71
72
/// - onDismiss: The closure to execute when dismissing the ``SafariView``
72
73
/// - safariView: A closure that returns the ``SafariView`` to present
Copy file name to clipboardExpand all lines: Sources/SafariView/Presentation/BoolURLPresentation.swift
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -66,19 +66,22 @@ public extension View {
66
66
/// - Parameters:
67
67
/// - isPresented: A binding to a Boolean value that determines whether to present the ``SafariView`` that you create in the modifier’s content closure.
68
68
/// - url: The URL to load in the presented ``SafariView``
69
+
/// - presentationStyle: The ``SafariView/PresentationStyle`` used to present the ``SafariView``.
69
70
/// - onDismiss: The closure to execute when dismissing the ``SafariView``
0 commit comments