Contents

addButton(withTitle:)

Adds a button to the receiver with the given title.

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.

Discussion

Adding too many buttons can cause the alert view to scroll. For guidelines on the best ways to use an alert in an app, see Temporary Views.

See Also

Related Documentation

Configuring buttons