indexOfItem(withTitle:)
Returns the index of the item with the specified title.
Declaration
func indexOfItem(withTitle title: String) -> IntParameters
- title:
The title of the item you want.
Return Value
The index of the item or -1 if no item with the specified title was found.