Now im a lot of use of the ring letter, but some projects do not need to ring all the interface, such as login, we generally put in the background
Now it's time to integrate the chat interface of the ring letter into our project
1. Create a new project, and import the Reliance Library and SDK of the ring letter into the project.
Add PCH file,
Change the project's other Linker Flags to-OBJC
2. Import several files of the ring letter demo into the project:
3rdparty,
Category,
Custom,
Resources,
Class->chat-Chatview,
And it's define file ChatDemoUIDefine.h
3. Import header file in PCH file
#import "EaseMob.h"
#import "Uiviewcontroller+hud.h"
#import "ChatDemoUIDefine.h"
#import "EMAlertView.h"
4. Compile and comment out the code for group chat in CHATVIEWCONTROLLER.M
Then compile should be OK, if there is no way to ask me, there may be steps I forgot
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
IOS Integrated Ring Letter Chat interface