hap*_*der 2 objective-c ios google-plus
我需要自定义G +登录按钮(我需要应用图像),还有自定义吗?文档说,如果我们使用多个社交媒体集成,它可以自定义.
https://developers.google.com/+/branding-guidelines#plusone-button
先感谢您!
您可以通过将signIn按钮的图像属性更改为更改图像,
self.signInButton.style = kGPPSignInButtonStyleStandard;
[self.signInButton setImage:[UIImage imageNamed:@"GooglePlus_CustomImage.png"] forState:UIControlStateNormal]; // custom image
Run Code Online (Sandbox Code Playgroud)
希望这可以帮到你..