ScreenPopoverPresentationAnchor
public struct ScreenPopoverPresentationAnchor
Undocumented
-
Undocumented
Declaration
Swift
public let rect: CGRect?
-
Undocumented
Declaration
Swift
public let view: UIView?
-
Undocumented
Declaration
Swift
public let barButtonItem: UIBarButtonItem?
-
Undocumented
Declaration
Swift
public let permittedArrowDirections: UIPopoverArrowDirection?
-
Undocumented
Declaration
Swift
public static let center: ScreenPopoverPresentationAnchor
-
Undocumented
Declaration
Swift
public static func center(permittedArrowDirections: UIPopoverArrowDirection?) -> ScreenPopoverPresentationAnchor
-
Undocumented
Declaration
Swift
public static func center( of view: UIView, permittedArrowDirections: UIPopoverArrowDirection? = nil ) -> Self
-
Undocumented
Declaration
Swift
public static func bottomCenter( of view: UIView, permittedArrowDirections: UIPopoverArrowDirection? = nil ) -> Self
-
Undocumented
Declaration
Swift
public static func rect( _ rect: CGRect, of view: UIView? = nil, permittedArrowDirections: UIPopoverArrowDirection? = nil ) -> Self
-
Undocumented
Declaration
Swift
public static func barButtonItem( _ barButtonItem: UIBarButtonItem, permittedArrowDirections: UIPopoverArrowDirection? = nil ) -> Self