Wednesday 20 May 2015

Share image on Pinterest in iPhone

To share an image to Pinterest write below code to achieve it.
  1. NSString *str =@"https://www.hallaminternet.com/assets/URL-tagging-image.png";
  2. pinterest = [[Pinterest alloc] initWithClientId:@"1438888" urlSchemeSuffix:@"prod"];
  3. [pinterest createPinWithImageURL:[NSURL URLWithString:url] sourceURL:[NSURL URLWithString:str] description:@"My First Image share on Pinterest"];
For such more Blogs you can visit to http://findnerd.com/NerdDigest

No comments:

Post a Comment