我正在使用 AddThis (JavaScriptAddThis,IosAddThis)
用于在 iphone 中实现共享按钮,但我想自定义共享按钮。我想更改按钮(共享)的文本,如下所示:
或者
仅将图像显示为:
我刚刚添加了 addthis.h 文件并将 addthis 用作:
- (void)viewDidLoad
{
[AddThisSDK showAddThisButtonInView:self.view withFrame:CGRectMake(75, 50, 20, 20) forURL:@"http://www.google.com" withTitle:@"Check this out" description:@"Loren ipsum dolor sit amet , consectetuer adipisci"];
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
我怎样才能做到这一点..???