Skip to content

robinkunde/RKActivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RKActivity

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.

Setup

Currently, only RKActivity must be added as a subproject to XCode, unless you want to create the resource bundle by hand.

  1. Drag RKActivity.xcodeproj into your project to add as a subproject
  2. 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_
  3. 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
  4. Add the Social and MessageUI Frameworks to your project

Usage

An example project is included.

Developer info

License

Read LICENSE file for more info.

About

A drop-in replacement for UIActivityViewController

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published