STShareTool
STShareTool copied to clipboard
这个没有办法直接分享图片
NSDictionary *shareContent = @{STShareTitleKey : @"SwiftGG",
STShareContentKey : @"SwiftGG 最帅",
STShareImageKey : [UIImage imageNamed:@"60"],
STShareURLKey : @"http://www.swift.gg"};
我理解的是,把URL和相关的参数去掉,只留下图片。 但是实际上就算我注释掉他的信息,还是会以链接的形式分享,这个应该怎么更改?
我试试,稍等