Questions tagged [uiactivityviewcontroller]

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

The UIActivityViewController class is a standard view controller that you can use to offer various services from your application. The system provides several standard services, such as copying items to the pasteboard, posting content to social media sites, sending items via email or SMS, and more. Apps can also define custom services.

Resources:

1252 questions
-2
votes
1 answer

How can I add or change UIActivityViewController to my function using Swift 3

Can I add or change UIActivityViewController into this code . func ShareBu (_ sender: AnyObject) { let shareToFacebook : SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook) …
-2
votes
1 answer

"Unrecognized selector sent to instance" out of nowhere

I have been building an app for quite some time, and have added a UIActivityViewController to a UIButton to make it possible to share the app. I followed a youtube tutorial (https://www.youtube.com/watch?v=91mL-eDl6x4) and everything worked out…
-2
votes
1 answer

Other apps not allowed in UIActivityViewController?

I'm working on an iOS app in Objective-C and I'm currently trying to make a sharing extension with a UIActivityViewController. I understand that there is an enum of activity that I can individually exclude from the UIActivityViewController with a…
Que20
  • 1,469
  • 2
  • 13
  • 27
-3
votes
1 answer

Its possible to upload a Pdf or documents file in DropBox with the using UIActivityViewController ?

Its possible to upload a Pdf or documents file in DropBox with the using UIActivityViewController like WhatsApp to file sharing ?
-4
votes
1 answer

Track link shared to contacts in Swift

I'm making app in which I share app download link to contacts. I wonder it's available or not to detect if some of them downloaded app from that link?
lucca910
  • 91
  • 1
  • 9
-4
votes
1 answer

How can we achieve this view in swift?

Any guideline regarding this problem is appreciated.
Ahmed Ashraf Butt
  • 83
  • 1
  • 1
  • 11
-4
votes
1 answer

How to open an app directly without showing UIActivityViewController in ios?

I am having an app in which I want to open native application without opening UI Activityviewcontroller. On click of a button, I want to open the native app. I have set the URL of an app on click of a button, but still it is showing an…
Manthan
  • 3,856
  • 1
  • 27
  • 58
1 2 3
83
84