Search code examples
ios8pinterestios-app-extension

What to pass to Pinterest's iOS 8 app extension?


Is there documentation somewhere? If I just pass the URL I want to Pin, all the images on the webpage for that URL are shown in the Pinterest share sheet.


Solution

  • Pass:

    • The url that you want to pin (NSURL)
    • The image you want the pin to have (UIImage)