Contents

init(type:style:)

Creates a new Sign In with Apple authorization button with the given type and style.

Declaration

convenience init(type: ASAuthorizationAppleIDButton.ButtonType, style: ASAuthorizationAppleIDButton.Style)

Parameters

  • type:

    The type of the button. Use one of the values from Buttontype.

  • style:

    The style of the button. Use one of the values from Style.

See Also

Initializers