Created
June 24, 2018 00:20
-
-
Save MartinP7r/b1196165003a15080d6d6d03e535f74d to your computer and use it in GitHub Desktop.
medium_post_04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Starts the sign-in process. The delegate will be called at the end of this process. | |
// (...) | |
- (void)signIn; | |
// The sign-in flow has finished and was successful if |error| is |nil|. | |
- (void)signIn:(GIDSignIn *)signIn | |
didSignInForUser:(GIDGoogleUser *)user | |
withError:(NSError *)error; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment