A type that represents an action identifier.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- UIKit
Declaration
struct Identifier
A type that represents an action identifier.
SDKs
Framework
struct Identifier
init(String)
Creates an action identifier from the specified string.
init(raw Value: String)
Creates an action identifier from the specified string.
typealias UIAction Handler
A type that defines the closure for an action handler.