---
title: "signInWithAppleButtonStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/signinwithapplebuttonstyle(_:)"
---

# signInWithAppleButtonStyle(_:)

Sets the style used for displaying the control (see SignInWithAppleButton.Style).

## Declaration

```swift
nonisolated func signInWithAppleButtonStyle(_ style: SignInWithAppleButton.Style) -> some View

```

## Parameters

- `style`: The sign in style to apply to this button.

## See Also

### Authorizing and authenticating

- [LocalAuthenticationView](localauthentication/localauthenticationview.md)
- [SignInWithAppleButton](authenticationservices/signinwithapplebutton.md)
- [authorizationController](swiftui/environmentvalues/authorizationcontroller.md)
- [webAuthenticationSession](swiftui/environmentvalues/webauthenticationsession.md)
