Contents

localizedTitle

The required, user-visible title for the Home Screen dynamic mutable quick action.

Declaration

var localizedTitle: String { get set }

Discussion

Every Home Screen mutable quick action must have a user-visible title.

If the title fits on one line, the system displays it as a single line quick action. If the title is too long for one line and you have not specified a localizedSubtitle string, the system displays the title on two lines.

To internationalize the title for a Home Screen dynamic quick action, employ the NSLocalizedString Foundation function, described in Foundation Functions, along with a Localizable.strings file in your Xcode project.

See Also

Inspecting a Home Screen dynamic mutable quick action