GetStreamChat 0.2.0

GetStreamChat 0.2.0

Alexey Bukhtin 维护。



 
依赖关系
RxSwift= 4.5.0
RxCocoa= 4.5.0
RxKeyboard= 0.9.0
RxStarscream= 0.10
RxReachability= 0.1.8
RxAppState= 1.5.0
RxGesture= 2.2.0
SnapKit= 5.0.0
Nuke= 7.6.3
SwiftyGif= 5.1.1
GzipSwift= 5.0.0
 

stream-chat-swift

stream-chat-swift 是一个官方 iOS SDK,用于 Stream Chat,一种用于构建聊天应用程序的服务。

您可以在 https://getstream.io/chat/get_started/ 上注册 Stream 账户。

安装

CocoaPods

对于 Stream,请在您的 Podfile 中使用以下条目

pod 'GetStreamChat', '~> 1.0'

然后运行 pod install

在您要使用 Stream Chat 的任何文件中,不要忘记使用 import GetStreamChat 导入框架。

文档

待办事项 - Swift 聊天教程页面

官方 API 文档

支持的功能

  • 群聊
  • 频道列表
  • 表情响应
  • 链接预览
  • 附件图片、视频或文件
  • 命令(例如 /giphy
  • 编辑消息
  • 输入事件
  • 阅读事件
  • 讨论串
  • 通知
  • 在内部浏览器中打开链接
  • 图片画廊
  • 支持 GIF
  • 浅色/深色风格
  • 样式定制
  • 界面定制

入门

待办事项:[https://getstream.io/chat/docs/#introduction](https://getstream.io/chat/docs/#introduction) 但带有 Swift 代码示例