CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

ShareActivity 0.0.2

ShareActivity 0.0.2

Maintained by duxinfeng.



ShareActivity

自定义分享菜单

How to use

#import "ShareActivity.h"

- (void)showShareActivity:(id)sender
{
ShareActivity *sa = [[ShareActivity alloc] initShareActivityView];
[sa show];
}

范爷