Here’s a UI control called REActivityViewController from Roman Efimov that looks like a UIActivity view, but allows for full color icons, total customization, and the control works with iOS 5.0. The control looks and works as expected on iPhone and iPad.
This is not simply a control that looks like UIActivityController, but also makes it much easier to create custom activities.
Here’s an example from the readme showing how easy it is to create a custom activity controller:
image:[UIImage imageNamed:@"REActivityViewController.bundle/Icon_Custom"]
actionBlock:^(REActivity *activity, REActivityViewController *activityViewController) {
[activityViewController dismissViewControllerAnimated:YES completion:^{
NSLog(@"Hey, there!");
}];
}];
Here are a couple of images from the readme showing the iPhone version of the included example app running:
You can find REActivityViewController on Github here.
The control has the expected activities built-in along with some others such as Tumblr, and Vkontakte – you can see it all in the included example.
- Open Source Objective-C UI Control For Creating An iBooks Style Page Scrubber
- Open Source iOS Control For Easily Creating A Graphical Customizable Scrolling Selector
- Open Source iOS UI Control For Creating Customizable Expanding Buttons
- Drop-In UISegmentedControl Replacement That Mimics Look Of iOS 6 App Store Tabs
- Open Source Highly Customizable iOS UIPageControl Replacement
Original article: Customizable UIActivityController Replacement iOS UI Control That Works On iOS 5
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.






