GoogleSignIn Framework Reference

GIDSignInButtonStyle

enum GIDSignInButtonStyle : NSInteger {}

The layout styles supported by the GIDSignInButton.

The minimum size of the button depends on the language used for text. The following dimensions (in points) fit for all languages:

  • kGIDSignInButtonStyleStandard: 230 x 48
  • kGIDSignInButtonStyleWide: 312 x 48
  • kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)