Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easemob/easeui_ios


https://github.com/easemob/easeui_ios

Last synced: 1 day ago
JSON representation

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.