Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easemob/easeui_ios
https://github.com/easemob/easeui_ios
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/easemob/easeui_ios
- Owner: easemob
- Created: 2015-09-10T10:58:13.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T11:00:50.000Z (9 months ago)
- Last Synced: 2024-10-29T22:17:35.629Z (9 days ago)
- Language: Objective-C
- Size: 9.35 MB
- Stars: 74
- Watchers: 24
- Forks: 62
- Open Issues: 3
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# EaseIMKit
*English | [中文](README.md)*
## Introduction
EaseIMKit is a UI library based on Esemob SDK, which encapsulates the controls commonly used in IM functions.
Github code does not include the Esemob SDK. It needs to rely on the LOOP SDK 3.x version. It is recommended to use the Esemob SDK together with the IM Demo.## Code Branch
The EaseIMKit branch is the open source branch of the EaseIMKit UI library.## Cocoapods Integration
>```
>pod 'EaseIMKit'
>```>```
>pod 'EaseIMKitLite'
>```EaseIMKit uses HyphenateChat SDK after 3.8.0 and Hyphenate SDK before 3.8.0;
The latest version number can be viewed here:http://docs-im.easemob.com/im/ios/sdk/releasenote
## Document
Refer to the documentation for quick start:http://docs-im.easemob.com/im/ios/other/easeimkit
For details about IM SDK integration, see the instructions:http://docs-im.easemob.com/im/ios/sdk/import## EaseIMKitDemo
EaseIMKitDemo is a simple demo using EaseIMKit, including the session list, contact list, chat page.
Usage:Terminal -> EaseIMKitDemo -> execute 'pod install' -> Open 'EaseIMKitDemo. Xcworkspace' can run the sample demo.