Skip to content

Commit 8483591

Browse files
kamimi01w-goog
andauthored
Improve doc comment for GIDSignInButtonStyle (#204)
Co-authored-by: w-goog <115107835+w-goog@users.noreply.github.com>
1 parent 197d23b commit 8483591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ NS_ASSUME_NONNULL_BEGIN
2525
///
2626
/// The minimum size of the button depends on the language used for text.
2727
/// 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)
28+
/// - kGIDSignInButtonStyleStandard: 230 x 48 (Example display text: "Sign in")
29+
/// - kGIDSignInButtonStyleWide: 312 x 48 (Example display text: "Sign in with Google")
30+
/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)
3131
typedef NS_ENUM(NSInteger, GIDSignInButtonStyle) {
3232
kGIDSignInButtonStyleStandard = 0,
3333
kGIDSignInButtonStyleWide = 1,

0 commit comments

Comments
 (0)