File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
GoogleSignIn/Sources/Public/GoogleSignIn Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)
3131typedef NS_ENUM (NSInteger , GIDSignInButtonStyle) {
3232 kGIDSignInButtonStyleStandard = 0 ,
3333 kGIDSignInButtonStyleWide = 1 ,
You can’t perform that action at this time.
0 commit comments