We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197d23b commit 8483591Copy full SHA for 8483591
1 file changed
GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h
@@ -25,9 +25,9 @@ NS_ASSUME_NONNULL_BEGIN
25
///
26
/// The minimum size of the button depends on the language used for text.
27
/// The following dimensions (in points) fit for all languages:
28
-/// - kGIDSignInButtonStyleStandard: 230 x 48
29
-/// - kGIDSignInButtonStyleWide: 312 x 48
30
-/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)
+/// - kGIDSignInButtonStyleStandard: 230 x 48 (Example display text: "Sign in")
+/// - kGIDSignInButtonStyleWide: 312 x 48 (Example display text: "Sign in with Google")
+/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)
31
typedef NS_ENUM(NSInteger, GIDSignInButtonStyle) {
32
kGIDSignInButtonStyleStandard = 0,
33
kGIDSignInButtonStyleWide = 1,
0 commit comments