Skip to content

Conversation

@tidbeck
Copy link
Contributor

@tidbeck tidbeck commented Jun 9, 2020

Fixes 'Sign in with Apple'-button does not follow the Apple Human Interface Guidelines #871

Copy link
Contributor

@morganchen12 morganchen12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had one nit, otherwise LGTM.

Thanks!

_signInLabel = buttonLabelText;
_shortName = shortName;
_buttonBackgroundColor = buttonColor;
_buttonTextColor = [UIColor colorWithRed:1.0 green:1.0 blue:1.0 alpha:1.0];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can this just be [UIColor whiteColor]?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! Just tried to follow the style of the current code. Will update.

@tidbeck
Copy link
Contributor Author

tidbeck commented Jun 10, 2020

@morganchen12 could you trigger a new build? Looks like it stalled on:

Cloning spec repo cocoapods from https://github.com/CocoaPods/Specs.git

@morganchen12
Copy link
Contributor

I'll just merge and fix the build in master if it breaks.

@morganchen12 morganchen12 merged commit 45c95fd into firebase:master Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants