init(named:)
Creates an action of the given name from an action file.
Declaration
init?(named name: String)Parameters
- name:
The name of the action.
Return Value
A new action object.
Creates an action of the given name from an action file.
init?(named name: String)The name of the action.
A new action object.