Contents

buttonTitle(at:)

Returns the title of the button at the given index.

Declaration

func buttonTitle(at buttonIndex: Int) -> String?

Parameters

  • buttonIndex:

    The index of the button. The button indices start at 0.

Return Value

The title of the button specified by index buttonIndex.

See Also

Configuring buttons