Another option to share items in your app is to bring up a dialogue that contains several options, like the Photos app does:
This is done with a UIActivityViewController and requires minimal work on our part. This controller is very clever and only brings up relevant services (you can’t print a video, or you can’t share a video to Twitter, so those options don’t appear in the list).
Here’s how we use it:
