Contents

title

The localized title displayed to a person.

Declaration

var title: String { get }

Discussion

Define the value of this property as a parameter to the request initializer: init(identifier:title:subtitle:). After that, this property is read only, however you can update the title by calling updateTitle(_:subtitle:).

See Also

Titling the task