init(named:from:)
Creates an action of the given name from an action file.
Declaration
init?(named name: String, from url: URL)Parameters
- name:
The name of the action
- url:
The url of the file containing the action
Creates an action of the given name from an action file.
init?(named name: String, from url: URL)The name of the action
The url of the file containing the action