ShareActivity
自定义分享菜单
How to use
#import "ShareActivity.h"
- (void)showShareActivity:(id)sender
{
ShareActivity *sa = [[ShareActivity alloc] initShareActivityView];
[sa show];
}
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.