The UIActivity class is an abstract class that you subclass in order to implement application-specific services.
How can I create a custom UIActivity in iOS? The reason I want this is to add a Review App …
ios objective-c uiactivityviewcontroller uiactivityI recently started working with UIActivity to share my app to the world, but I have few problems. First, I …
ios email nsmutablearray ios6 uiactivityI am creating a UIActivityViewController and pass String and URL to it. This, obviously, configures the UIActivityViewController to use some …
ios cocoa-touch uiactivityviewcontroller uiactivityWhen using a customer UIActivity subclass in iOS 6, it's possible to specify a custom view controller that will be displayed …
ios ipad sdk popover uiactivityI am using UIActivity in ios7. It is working fine with a few lines of code. Now i want to …
ios uiactivityviewcontroller uiactivityIs there an example of how to customize UIActivityViewController share menu with my own icon and IBAction? I have seen …
ios xcode ios6 uiactivityviewcontroller uiactivityWas wandering if anyone can offer some insight. For the life of me I can't figure out how to send …
objective-c ios6 uiactivityviewcontroller uiactivityI need to have Facebook and WhatsApp as sharing options for my image. I've already implemented UIActivityViewController, where i can …
ios iphone objective-c whatsapp uiactivityI am trying to implement a custom activity to the standard activities (Print, Mail, FaceBook, etc.) but for now only …
ios android-activity uiactivityIn the Photos app on the iPhone, when you select the Mail sharing option, the photo animates into the modal …
ios ios6 uiactivity