Xcode : sharing content via Action Sheet
I would like to replicate this behaviour (see image below) and share contents from my app using this kind of action sheet. The question is: Is this really an Action Sheet? I can't find anywhere tutorial for iOS 7 or 8. Not sure how to proceed. Do the sharing options depends on user's configurations? Hints would be appreciated. It is not in UIActionSheet it is in UIActivityController , which is the default function in iOS. objective-C - (void)presentActivityController:(UIActivityViewController *)controller { // for iPad: make the presentation a Popover controller.modalPresentationStyle =