Contents

addButton(withTitle:)

Adds a custom button to the action sheet.

Declaration

func addButton(withTitle title: String?) -> Int

Parameters

  • title:

    The title of the new button.

Return Value

The index of the new button. Button indices start at 0 and increase in the order they are added.

See Also

Related Documentation

Configuring buttons