Popover SwiftUI

Опубликовано: 01 Май 2021
на канале: iOS Shiga
878
4

Presents a popover when a given condition is true.
isPresented
A binding to whether the popover is presented.
attachmentAnchor
The positioning anchor which defines where the popover is attached.
arrowEdge
The edge of the attachmentAnchor where the popover’s arrow is located.
content
A closure returning the content of the popover.