I want to customize Google Sign-In button like below:- I have tried below links, but none of them helped really much:- How to customize google sign in button?ht
Swift 5.2:-
Add below lines in your view controller func googleLoginButtonPressed(sender: UIButton) { GIDSignIn.sharedInstance()?.presentingViewController = self GIDSignIn.sharedInstance()?.delegate = self GIDSignIn.sharedInstance()?.signIn() }