可以,分享方法里的 //分享
[ShareSDK showShareActionSheet:nil
//將要自定義順序的平臺(tái)傳入items參數(shù)中
items:@[@(SSDKPlatformTypeMail),
@(SSDKPlatformTypeSMS),
@(SSDKPlatformTypeCopy),
@(SSDKPlatformTypeFacebook),
@(SSDKPlatformTypeTwitter),
@(SSDKPlatformTypeWechat),
@(SSDKPlatformTypeQQ)]
shareParams:shareParams
這個(gè)items參數(shù)里自己傳什么平臺(tái)的類(lèi)型,分享菜單就顯示哪些平臺(tái)