Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
平台: iOS,xcode12 ,swift5.0
sdk的版本:
pod 'ISVImageScrollView', '~> 0.1.2'
pod 'TXIMSDK_iOS', '~> 4.9.1'
pod 'TXIMSDK_TUIKit_iOS':
我的问题:
V2TIMManager.sharedInstance()?.initSDK(Int32(imsdkAppid), config: config, listener: self)
swift的初始化sdk的时候的问题,添加listenner为self时候,报错Type of expression is ambiguous without more context
issue标题:
平台: iOS,xcode12 ,swift5.0 sdk的版本: pod 'ISVImageScrollView', '~> 0.1.2' pod 'TXIMSDK_iOS', '~> 4.9.1' pod 'TXIMSDK_TUIKit_iOS': 我的问题: V2TIMManager.sharedInstance()?.initSDK(Int32(imsdkAppid), config: config, listener: self) swift的初始化sdk的时候的问题,添加listenner为self时候,报错Type of expression is ambiguous without more context