English | 中文
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.
The EaseIMKit branch is the open source branch of the EaseIMKit UI library.
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
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 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.