localizedTitle
The required, user-visible title for the Home Screen dynamic quick action.
Declaration
var localizedTitle: String { get }Discussion
Every Home Screen dynamic 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.