Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

fullscreencover swiftui

func fullScreenCover<Content>(isPresented: Binding<Bool>, onDismiss: (() -> Void)? = nil, content: @escaping () -> Content) -> some View where Content : View
Source by developer.apple.com #
 
PREVIOUS NEXT
Tagged: #fullscreencover #swiftui
ADD COMMENT
Topic
Name
1+6 =