itemTitles
An array of NSString objects containing the titles of every item in the menu.
Declaration
var itemTitles: [String] { get }Discussion
The titles appear in the order in which the items appear in the menu. If the menu contains separator items, the array contains an empty string (@"") for each separator item.