在pinterest iPhone开发上分享UIImage

时间:2015-01-21 15:48:37

标签: ios objective-c iphone image pinterest

我目前正致力于使用pinterest共享图像的项目。 问题是pinterest API提供了以下方法:

[_pinterest createPinWithImageURL:[NSURL URLWithString:@"http://placekitten.com/500/400"]
                        sourceURL:[NSURL URLWithString:@"http://placekitten.com"]
                      description:@"Pinning from Pin It Demo"];

在我的情况下,图像位于我的资源中,或者我以编程方式创建它们(不是URL)..我该如何解决这个问题?

感谢任何帮助

0 个答案:

没有答案