GoogleSignInSwift Framework Reference

  • The GoogleSignInButton struct provides a pre-built UI element for initiating Google Sign-In within SwiftUI applications.

  • This structure is globally available and specifically designed for iOS 13.0+, macOS 10.15+, and corresponding SwiftUI environments.

Structures

The following structures are available globally.

  • A Google Sign In button to be used in SwiftUI.

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, *)
    public struct GoogleSignInButton : View