indexOfItem(withTag:)
Returns the index of the first menu item in the menu identified by a tag.
Declaration
func indexOfItem(withTag tag: Int) -> IntParameters
- tag:
An integer tag associated with the menu item of the menu.
Return Value
The integer index of the menu item or, if no such menu item is in the menu, –1.