The UIActivityViewController class is a standard view controller that you can use to offer various services from your application (on iOS).
My iOS is 8.1.2 and I am using the UIActivityViewController for social sharing. I click on a button and allow the …
ios objective-c facebook ios8 uiactivityviewcontrollerI'm writing an iOS app that has locally saved videos (.mov). I'm trying to attach the video via UIActivityViewController. It …
iphone ios video attachment uiactivityviewcontrollerI've been trying to use the new UIActivityViewController to replace all of my UIActionSheets for sharing, however I've run into …
ios objective-c xcode url uiactivityviewcontrollerWhen a UIActivityViewController is called on the iPhone in this app, it works perfectly, but when called on a iPad, …
swift ios8 crash sprite-kit uiactivityviewcontrollerI just read some articles on UIActivityViewController and UIDocumentInteractionController in iOS, but I am very confused about how to use …
ios iphone sharing uiactivityviewcontroller uidocumentinteractionI have a PDF file saved in the document directory. The path to the file is stored in a NSString …
ios objective-c uiactivityviewcontroller uidocumentinteractionI am new to UIActivityViewController and perhaps I am missing a basic understanding. What I am trying to do is …
ios objective-c uiactivityviewcontrollerI want to let the user to be able to share a Location but I don't know how to show …
uiactivityviewcontroller swiftui xcode11I'm trying to save an image to the photo library in Swift 3 (I'm working with Xcode 8). ViewController Code: func shareImage(…
swift ios10 xcode8 uiactivityviewcontroller save-imageThe new share sheet on iOS13 shows a preview/thumbnail of the item being shared on its top left corner. …
ios uiactivityviewcontroller ios13