I need to know the name of a “button-function” in cocoa/ios.. By example, when you go in to the image library on your iPhone, and click an image to make it full screen, and then click the square with an arrow pointing out, allowing you to send the image with mail, text message etc.. What is that “funciton” called? I want to implement this to my app, but have no idea where to look for it.
Share
UIDocumentInteractionControlleris the controller that is fired.Previewing and Opening Files