We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30180b0 commit 8067bf3Copy full SHA for 8067bf3
1 file changed
GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h
@@ -25,7 +25,7 @@ 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 (Display text is "Sign in")
+/// - kGIDSignInButtonStyleStandard: 230 x 48 (Example display text: "Sign in")
29
/// - kGIDSignInButtonStyleWide: 312 x 48 (Display text is "Sign in with Google")
30
/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)
31
typedef NS_ENUM(NSInteger, GIDSignInButtonStyle) {
0 commit comments