I’m grateful for Corona’s very nice text support in a recent daily build, but thought I’d push my luck and ask if it would be possible to support the standard iOS share action sheet.
Yes, it’s true that we can share via Facebook/Twitter/email/SMS. But the iOS modal share action sheet is far more capable. It includes AirDrop, Add to Home Screen, Add Bookmark, Add to Reading List, Assign to Contact, Print, Slideshow, Flickr/Snapchat (if installed), etc.
The good folks at StackOverflow call it a “trivial” 10 lines of code in Objective C, and even show you how:
“The UIActivityViewController stated in the other answer makes this trivial. All you have to do is specify the text/image/URL that you want to share and present the activity view controller modally and iOS will automatically display all applicable sharing services.” http://stackoverflow.com/questions/13498459/how-to-display-the-default-ios-6-share-action-sheet-with-available-share-options
Corona has supported the Android sharing panel since at least 2013 via the social plugin. It would be great to support iOS sharing as well, especially because it’s a trivial addition. Is this possible?
Thanks in advance!