I implement facebook and google button but I can't set the corner radius for the button here is my code
@IBOutlet var fb_login_btn: FBSDKLoginButton!
fb_login_btn.layer.cornerRadius = 20
@IBOutlet var google_login_btn: GIDSignInButton!
google_login_btn.layer.cornerRadius = 20
How can I customize the button in swift3