I have an app which plays GIF images (animations). I can copy it using UIPasteBoard and paste it into iPhone's native text app or attach it mail.
How can i paste it into Facebook app's text message area or status area?
Is it achievable from app.
Thanks
Facebook doesn't support animated gifs.
Related
I have tried about share image/text on WhatsApp. so i am able to share image or text on WhatsApp successfully, but now i want to share the image with a caption on WhatsUpApplication, so I am unable to do this in swift4
so now i am searching for know how i can share image with caption on WhatsUpApplication in IOS application.
I have try with UIActivityViewController but it's not working with image and text and i read about UIDocumentInteractionController but there is no option for share both and i also implement Url Schema for WhatsApp but it's give only text sharing, not for both.
Please help me and don't make it duplicate because i didn't get any solution for it. maybe it's a issue of ios 11
Unfortunately, currently there is no way to share both image and text together on Whatsapp. It is a limitation of Whatsapp under iOS, it is nothing related to iOS11.
You can send an image or a text at a time, sharing both image and text together is not handled from the Whatsapp side.
Still, let's hope WhatsApp creates a proper iOS extension to fix this.
Given that I have a UIImage instance in my app how could I get
ios to show the image sharing dialog (Mail, add to notes, twitter, fb,
save image, etc)
Upon a cursory look to PHAsset I haven't found anything prominent :-(
You can search for UIActivityViewController. This class will display a dialog, having all sharing apps listed within dialog.
I'm creating a separate Twitter share button for my iOS app. The image for the twitter share button, am I allowed to make my own version of Twitter's logo for my app as long as users know the button is for twitter? Or am I only supposed to use the exact white bird and blue background image for my share button to indicate twitter? I can't seem to find anywhere on twitter for developers to download the twitter icon button to use for my iOS share button?
The rules for using twitter's logo can be found here as well as links to download the logo for your use.
https://about.twitter.com/press/brand-assets
Don’t:
Use any other artwork from our site, such as the verified badge.
Create your own buttons or images using our logos unless technically necessary, such as in signature bars. If you do, use this resized
version of the Twitter bird
Use old versions or any other marks or logos to represent our brand
I want to add my App icon to default Photo library but I do not know how to do that? Can it be done?
You can see the photo at here
I want to add my app icon for user after select video or photo, can click on my app icon to open my app.
Any ideas? Thanks in advance.
It's not possible to add your app in the iOS "Photos" app. But it's possible if you want other (3rd party) apps to be able to open files in yours.
A good place to start is this Instagram documentation on how they do it, and from that link you can see that the relevant Apple information lies in the UIDocumentInteractionController class reference and Document Interaction Programming Topics.
I noticed in iOS6 that when you select a photo in your photo library, and push the the "arrow in a square button", it brings up a palette with icons that enable the user to share the photo (ie icons for mail, message, photo stream, twitter, Facebook, etc). I'm wondering, is there any library in iOS6 that has a palette like this built in? (I know separately there is SLComposeViewController and MFMailComposeViewController). If there isn't, would Apple have issue if you built a palette identical to the one they have (same icons, etc)?
This is a UIActivityViewController.