RKActivity is a drop-in replacement for UIActivityViewController. It recreates the look and feel of Apple's native controller, while being vastly more versatile. You can use full-color icons for your own acitivities as well as customize the data passed to each activity.
##Prerequisites RKActivity was written for iOS 6. It uses the new Social Framework and will be updated in the future to utilize UICollectionView.
Currently, only RKActivity must be added as a subproject to XCode, unless you want to create the resource bundle by hand.
- Drag RKActivity.xcodeproj into your project to add as a subproject
- Under your project's target's Build Phases 2.1. Add RKActivity and RKActivityResources as Target Dependencies 2.2. From the Products folder in the RKActivity subproject, drag libRKActivity.a to Link Binary With Libraries 2.3. From the Products folder in the RKActivity subproject, drag RKActivityResources.bundle_ to Copy Bundle Resources_
- Under your project's target's Build Settings 3.1. Add the subproject's path to User Header Search Paths (recursive) 3.2. Add "-all_load -ObjC" to Other Linker Flags
- Add the Social and MessageUI Frameworks to your project
An example project is included.
Read LICENSE file for more info.