ActionSheet
public struct ActionSheet : CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public let title: String?
-
Undocumented
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public let anchor: ScreenPopoverPresentationAnchor
-
Undocumented
Declaration
Swift
public let tintColor: UIColor?
-
Undocumented
Declaration
Swift
public let accessibilityIdentifier: String?
-
Undocumented
Declaration
Swift
public let actions: [ActionSheetAction]
-
Declaration
Swift
public var description: String { get }
-
Undocumented
Declaration
Swift
public init( title: String? = nil, message: String? = nil, anchor: ScreenPopoverPresentationAnchor, tintColor: UIColor? = nil, accessibilityIdentifier: String? = nil, actions: [ActionSheetAction] = [] )
-
Undocumented
Declaration
Swift
public init( title: String? = nil, message: String? = nil, anchor: ScreenPopoverPresentationAnchor, tintColor: UIColor? = nil, accessibilityIdentifier: String? = nil, actions: ActionSheetAction... )