Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.12 KB

README.en.md

File metadata and controls

31 lines (22 loc) · 1.12 KB

EaseIMKit

English | 中文

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.