Contents

itemTitle(at:)

Returns the title of the item at the specified index.

Declaration

func itemTitle(at index: Int) -> String

Parameters

  • index:

    The index of the item you want.

Return Value

The title of the item, or an empty string if no item exists at the specified index.

See Also

Related Documentation

Title conveniences