1

I’ve been looking for a chat API supports Swift.

I checked their github repo and the SDK seems to be written in Objective-C.

Not sure it’s compatible with Swift. Has any one tried SendBird SDK in Swift?

4

1 回答 1

3

是的。

SendBird 支持 Swift 导入。您可以使用 CocoaPod 安装 SendBird SDK 并像这样导入它。

导入 SendBirdSDK

还要确保use_frameworks!您的 Podfile 中的行未注释,否则您将不得不使用桥接头

于 2016-02-11T03:03:49.180 回答