|
@@ -11,7 +11,7 @@
|
|
|
#import "TZImageManager.h"
|
|
|
#import "KSImageShareViewController.h"
|
|
|
|
|
|
-@interface KSUMShareManager ()
|
|
|
+@interface KSUMShareManager ()<UMSocialShareMenuViewDelegate>
|
|
|
|
|
|
@property (nonatomic, copy) KSShareActionCallback callback;
|
|
|
|
|
@@ -77,6 +77,7 @@
|
|
|
}
|
|
|
|
|
|
- (void)openShareView {
|
|
|
+ [UMSocialUIManager setShareMenuViewDelegate:self];
|
|
|
[UMSocialUIManager showShareMenuViewInWindowWithPlatformSelectionBlock:^(UMSocialPlatformType platformType, NSDictionary *userInfo) {
|
|
|
if (platformType == UMSocialPlatformType_UserDefine_Begin+1) { // 分享到群组
|
|
|
if (self.shareType == KSSHARETYPE_IMAGE) {
|