Contents

localizedTitles(forItem:)

Returns an array of localized strings that will form the help menu item.

Declaration

func localizedTitles(forItem item: Any) -> [String]

Parameters

  • item:

    At item in the help menu.

Return Value

An NSArray of NSStrings (localized for display in the menu) that will be combined with separators to form the menu item title.

See Also

Show Help Menu