Top "Uiactivityviewcontroller" questions

The UIActivityViewController class is a standard view controller that you can use to offer various services from your application (on iOS).

Facebook is not shown in UIActivityViewController but twitter does

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 uiactivityviewcontroller
attach a local video using UIActivityViewController

I'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 uiactivityviewcontroller
UIActivityViewController - Only attach a URL for certain activities

I'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 uiactivityviewcontroller
IOS 8 iPad App Crashes When UIActivityViewController Is Called

When a UIActivityViewController is called on the iPhone in this app, it works perfectly, but when called on a iPad, …

swift ios8 crash sprite-kit uiactivityviewcontroller
UIActivityViewController vs UIDocumentInteractionController in ios

I just read some articles on UIActivityViewController and UIDocumentInteractionController in iOS, but I am very confused about how to use …

ios iphone sharing uiactivityviewcontroller uidocumentinteraction
UIDocumentInteractionController stopped working iOS 8

I have a PDF file saved in the document directory. The path to the file is stored in a NSString …

ios objective-c uiactivityviewcontroller uidocumentinteraction
UIActivityViewController & UIDocumentInteractionController not showing options

I am new to UIActivityViewController and perhaps I am missing a basic understanding. What I am trying to do is …

ios objective-c uiactivityviewcontroller
Showing 'UIActivityViewController' in SwiftUI

I want to let the user to be able to share a Location but I don't know how to show …

uiactivityviewcontroller swiftui xcode11
iOS 10 app crashes when trying to save image to photo library

I'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-image
iOS13 share sheet: how to set preview thumbnail when sharing UIImage

The new share sheet on iOS13 shows a preview/thumbnail of the item being shared on its top left corner. …

ios uiactivityviewcontroller ios13