Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easemob/sdkdemoapp3.0_ios
https://github.com/easemob/sdkdemoapp3.0_ios
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/easemob/sdkdemoapp3.0_ios
- Owner: easemob
- License: apache-2.0
- Created: 2015-09-10T10:57:41.000Z (about 9 years ago)
- Default Branch: sdk3.x
- Last Pushed: 2020-12-14T08:14:27.000Z (almost 4 years ago)
- Last Synced: 2024-04-13T16:05:29.697Z (7 months ago)
- Language: Objective-C
- Size: 251 MB
- Stars: 144
- Watchers: 27
- Forks: 68
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EMiOSDemo
--------
## 简介
本Demo展示了怎么使用环信SDK创建一个完整的类微信的聊天APP。展示的功能包括:注册新用户,用户登录,添加好友,单聊,群聊,发送文字,表情,语音,图片,地理位置等消息,以及实时音视频通话等。## demo运行
1.安装cocoapods
```
sudo gem install cocoapods
```
2.安装成功后, 运行Podfile```
cd ./EMiOSDemopod install
```
3.点击EMiOSDemo.xcworkspace进入Demo## 目录介绍
+class
-EMDemoHelper [页面跳转,回调弹框提示]
+Helper [自定义库和页面,第三方库,全局通用]
+Account [账号相关:登录、注册]
+Home [登录后主页]
+Call [实时音视频]
+Chat [聊天]
+Chatroom [聊天室]
+Contact [好友]
+Conversation [会话]
+Group [群组]
+Notification [通知]
+Settings [设置]