Structure
Drop.Accessibility
public struct Accessibility: ExpressibleByStringLiteral
An object representing accessibility options.
Relationships
Member Of
Drop
An object representing a drop.
Conforms To
ExpressibleByStringLiteral
Initializers
init(message:)
public init(message: String)
Create a new accessibility object.
Parameters
Name | Type | Description |
---|---|---|
message | String |
Message to be announced when the drop is shown. Defaults to drop's "title, subtitle" |
init(stringLiteral:)
public init(stringLiteral message: String)
Create a new accessibility object.
Parameters
Name | Type | Description |
---|---|---|
message | String |
Message to be announced when the drop is shown. Defaults to drop's "title, subtitle" |