MobClub / ShareSDK3.x-for-iOS

ShareSDK 3.x for iOS
111 stars 26 forks source link

swift 3.0 官方教程提示 Cannot convert value of type '(SSDKPlatformType, NSMutableDictionary!) -> Void' to expected argument type 'SSDKConfigurationHandler!' #24

Closed meigesir closed 7 years ago

meigesir commented 7 years ago

image

meigesir commented 7 years ago

改为如下即可:

onConfiguration: {(platform : SSDKPlatformType, appInfo : NSMutableDictionary?) -> Void in