RDActivityViewController
RDActivityViewController copied to clipboard
This is a simple override of UIActivityViewController which makes it easier to set multiple items for each UIActivityType.
Getting below crash log while Integrating in my swift project, [RDActivityViewController copyWithZone:]: unrecognized selector sent to instance 0x133220d60 2015-07-30 16:45:07.427 Eyez[855:168570] **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:...
In TUSafariActivity.m there's an implementation of "canPerformWithActivityItems:(NSArray *)activityItems" that looks for an URL in the activity items. But using the method in the README here, the RDActivityViewController just passes an...
Should mention how to install cocoapods in Readme
Thank you first for giving such a good code. I am facing issue when I add applicationActivities as NSArray. In RDActivityViewController, Where i need to add this and how the...
Hello, Everything works fine except print function, print icon is not shown in the RDActivityViewController view.... Any idea ? Thanks for your help.
I have 3 items I would like to share, a title, an image and a link. Depending on the situation (sms vs email vs facebook vs twitter) there are different...
You class is great. I am having trouble with the new Flickr sharing option in iOS 7. The Flickr share icon will not display using RDActivityViewController but will display using...