Contents

init(radioButtonWithTitle:target:action:)

Creates a standard radio button with the title you specify.

Declaration

convenience init(radioButtonWithTitle title: String, target: Any?, action: Selector?)

Parameters

  • title:

    The localized title string to display on the button.

  • target:

    The target object that receives action messages from the button.

  • action:

    The action message the button sends to the target.

See Also

Creating standard buttons