uiactivity Questions
3
I am sharing an audio recording via the UIActivityViewController. When the audio file shares via email or iMessage, it shows the underlying name of the audio file without any apparent way of changi...
Thorp asked 13/11, 2013 at 16:50
9
Solved
I am creating a UIActivityViewController and pass String and URL to it. This, obviously, configures the UIActivityViewController to use some items which I want to exclude (my objective is to share ...
Enchorial asked 3/8, 2015 at 16:38
4
My app support iOS 7+, I use UIActivity image size: 60pt for iPhone, 76pt for iOS for iPad,
When touch more button to re-order the items, it can't show the icon in the list.
CODE as below:
...
Helga asked 13/12, 2014 at 4:13
1
I have jpg files saved in the Documents directory that can be shared from a standard UIActivityViewController. All activity items (including Save Image) work as expected, but when Save Image is tap...
Organicism asked 29/7, 2015 at 16:10
2
Solved
Sharing images/videos to other apps through UIActivityViewController shows shared items twice in iOS
I'm trying to share some images and videos to other apps(like FB, WhatsApp) using UIActivityViewController. I have sub-classed UIActivityItemProvider, and on calling -(id)item methods, I'm processi...
Leolaleoline asked 27/7, 2016 at 12:41
4
Solved
I created a custom UIActivity to display in a share sheet. I created an 60x60 icon (png file) in full color, but when it's displayed it only shows the outline in gray. I don't see what I've written...
Kinesthesia asked 2/1, 2014 at 20:57
4
Solved
How can I create a custom UIActivity in iOS?
The reason I want this is to add a Review App button in one of my apps that takes the user to the review section in the App Store. How can I create su...
Magnetohydrodynamics asked 7/10, 2012 at 5:16
2
I'm using UIActivityItemProvider subclass to provide custom data. But sometimes getting data fails and I don't want to present activity (e.g. message composer). Tried [self cancel] and return nil; ...
Knapp asked 26/2, 2014 at 9:59
2
I'm using UIActivityViewController with several custom UIActivityProviders. My providers return NSString, UIImage, and custom data objects. I exclude activities I don't want to share by setting UIA...
Coniine asked 15/12, 2014 at 16:59
1
In my app I am using TTOpenInAppActivity to insert "Open in" action inside UIActivityController.
Inside it works like this:
Some view controller presents UIActivityController with TTOpenInActivity...
Footplate asked 14/10, 2014 at 9:10
1
Solved
I am using UIActivityViewController to share some text and url which works great when sending some text and a url.
I currently need to use the completion handler to perform additional actions depe...
Skeen asked 17/10, 2014 at 12:30
1
I'm fighting with UIActivityViewController in iOS 8. I'd built a custom Pinterest sharing mechanism which works beautifully in iOS 7 -- specifically, it uploads an image to my server, and then crea...
Eider asked 25/9, 2014 at 22:40
1
Solved
Now XCode 6 with iOS 8 SDK is out, we can talk about stuff.
I tried to use custom activities with UIActivityViewController on iOS 7, everything worked fine.
But on iOS 8, when custom activities are...
Vary asked 18/9, 2014 at 5:25
1
Solved
I am trying to add a custom UIActivity of type UIActivityCategoryAction to UIActivityController. But in iOS 8, all of them are appearing with a black background.
Is there a way to change this?
Tennyson asked 12/9, 2014 at 21:40
1
Solved
I've got a UIActivityViewController which allows the user to share an image they've created to one of several activity types (facebook, twitter, save to camera roll, print, etc.).
Since I want the...
Yaw asked 13/8, 2014 at 4:25
5
I recently started working with UIActivity to share my app to the world, but I have few problems. First, I didn't find how to set the subject of my email. Is there any way? Second, when I set the b...
Phyletic asked 20/10, 2012 at 1:14
2
Solved
I need to have Facebook and WhatsApp as sharing options for my image. I've already implemented UIActivityViewController, where i can share via Facebook and UIDocumentInteractionController where i c...
Cerussite asked 2/1, 2014 at 14:24
4
When using a customer UIActivity subclass in iOS 6, it's possible to specify a custom view controller that will be displayed when your action is chosen from the initial UIActionViewController's vie...
Allspice asked 17/11, 2012 at 18:56
1
Solved
I am attempting to display an Open In menu via UIDocumentInteractionController and presentOpenInMenuFromBarButtonItem. This does not bring up the UIDocumentInteractionController on screen. The weir...
Trifle asked 13/5, 2014 at 6:32
0
This is my first question on StackOverflow, so please be patient with me...
Here's the problem:
I have created a custom Activity for adding bookmarks, which is opened from the UIActivityViewContr...
Freon asked 12/5, 2014 at 13:59
1
I made a costume UIActivity class. I like to send emails with attachments with the class, but I can't send emails, or present any ViewControllers from the class. I am trying to present the Mail Vie...
Christoffer asked 15/9, 2013 at 9:23
1
Solved
Is there any way to provide multiple objects from a UIActivityItemSource? For example, I would like to provide an NSString and UIImage to Mail, Facebook and Twitter so they are included in the same...
Marbling asked 30/1, 2014 at 22:33
2
Solved
In the Photos app on the iPhone, when you select the Mail sharing option, the photo animates into the modal view controller that slides up. How is it possible to modify the behaviour of the built-i...
Labarbera asked 7/10, 2012 at 14:5
8
I have a UIActivity subclass that creates its own activityViewController:
- (UIViewController *)activityViewController {
WSLInProgressViewController* progressView = [[[WSLInProgressViewController...
Hummocky asked 22/9, 2012 at 12:4
2
Solved
Is it possible to override the activity that's performed by the built-in UIActivity types used by UIActivityViewController?
For example, I would like the Facebook activity to use my own custom vi...
Botello asked 7/1, 2013 at 22:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.