Returns the index for the given identifier.
SDK
Framework
On This Page
func index(forIdentifier identifier: String!) -> Int
identifier
The identifier whose index will be returned.
If the identifier is not found, returns NSNotFound.
NSNotFound
func identifier(at: Int) -> String!
Returns the identifier for the given index.