titleOfSelectedItem
The title of the item last selected by the user.
Declaration
var titleOfSelectedItem: String? { get }Discussion
The value of this property is the title of the selected menu item, or an empty string if no item is selected.
The title of the item last selected by the user.
var titleOfSelectedItem: String? { get }The value of this property is the title of the selected menu item, or an empty string if no item is selected.