Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Enhance README format #303

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# ChatKit 快速入门 · iOS

<p align="center">
![enter image description here](https://img.shields.io/badge/pod-v0.8.5-brightgreen.svg) ![enter image description here](https://img.shields.io/badge/platform-iOS%207.0%2B-ff69b5618733984.svg)
<a href="https://github.com/leancloud/ChatKit-OC/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a>[ CocoaPods-Doc](http://cocoapods.org/pods/ChatKit)
[![git-brag-stats](https://labs.turbo.run/git-brag?user=leancloud&repo=ChatKit-OC&maxn=7)](https://github.com/turbo/git-brag)

<a href=""><img src="https://img.shields.io/badge/pod-v0.8.11-brightgreen.svg"></a> <a href=""><img src="https://img.shields.io/badge/platform-iOS%207.0%2B-ff69b5618733984.svg"></a> <a href=""><img src="https://img.shields.io/badge/platform-iOS%207.0%2B-ff69b5618733984.svg"></a> <a href="https://github.com/leancloud/ChatKit-OC/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat">
</a>

在使用中有任何问题都可以提 issue,同时也欢迎提 PR。
Expand Down Expand Up @@ -58,17 +55,23 @@ git clone --depth=1 https://github.com/leancloud/ChatKit-OC
- 音视频消息的录制和发送,需要对系统以及 LeanCloud 实时通信 API 比较熟悉;
- 推、拉展示本对话中的最新消息,需要对 LeanCloud 实时通信接口比较熟悉;

最近联系人 | 语音消息,根据语音长度调整宽度 | 图片消息,尺寸自适应
-------------|-------------|-------------
![enter image description here](http://i63.tinypic.com/1zxqjns.jpg)|![enter image description here](http://i68.tinypic.com/2rx9sfq.jpg) | ![enter image description here](http://i64.tinypic.com/aw87wl.jpg)

地理位置消息| 失败消息本地缓存,可重发 |上传图片,进度条提示
-------------|-------------|-------------
![enter image description here](http://i65.tinypic.com/2vmuaf4.jpg) | ![enter image description here](http://i68.tinypic.com/n6b29v.jpg)| ![enter image description here](http://i66.tinypic.com/orrrxh.jpg)

图片消息支持多图联播,支持多种分享 |文本消息支持图文混排| 文本消息支持双击全屏展示
-------------|-------------|------------
![enter image description here](http://i65.tinypic.com/wmjuvs.jpg) | ![enter image description here](http://i63.tinypic.com/2eoa4j6.jpg) | ![enter image description here](http://i63.tinypic.com/1z1z5ur.jpg)
- 最近联系人
- 语音消息,根据语音长度调整宽度
- 图片消息,尺寸自适应
- 地理位置消息
- 失败消息本地缓存,可重发
- 上传图片,进度条提示

![https://github.com/ChenYilong](https://ww2.sinaimg.cn/mw1024/64dfd849jw1f7yl02jccig20bk0l27wh.gif)
![https://github.com/ChenYilong](https://ww3.sinaimg.cn/mw1024/64dfd849jw1f77b0oxnfqg20nl0l77wk.gif)
![https://github.com/ChenYilong](https://ww1.sinaimg.cn/mw1024/64dfd849jw1f77b510x7dg20nl0l74r6.gif)
![https://github.com/ChenYilong](https://ww1.sinaimg.cn/mw1024/64dfd849jw1f77azzgfmmg20bl0kl1ky.gif)
![https://github.com/ChenYilong](https://ww3.sinaimg.cn/mw1024/64dfd849jw1f77b2ne76xg20bl0klkjr.gif)
![https://github.com/ChenYilong](https://ww2.sinaimg.cn/mw1024/64dfd849jw1f77b3wfkuyg20br0krqve.gif)



## 项目结构

Expand Down