indexOfCell(withTag:)
Returns the index of the entry whose tag is tag.
Declaration
func indexOfCell(withTag tag: Int) -> IntParameters
- tag:
The tag of the desired entry.
Returns the index of the entry whose tag is tag.
func indexOfCell(withTag tag: Int) -> IntThe tag of the desired entry.