iOS 环信UI集成步骤

  1. 新建项目, 把环信的依赖库以及SDK导入到项目中,
    添加pch文件,
    把项目的Other Linker Flags 改成 -ObjC

  2. 把环信demo的几个文件导入项目:
    3rdparty,
    Category,
    Custom,
    Resources,
    Class ->Chat -> ChatView,
    还有它的define文件ChatDemoUIDefine.h

  3. 在pch文件导入头文件

#import "EaseMob.h"
#import "UIViewController+HUD.h"
#import "ChatDemoUIDefine.h"
#import "EMAlertView.h"
  1. 编译一下, 在ChatViewController.m注释掉有关群聊的代码

你可能感兴趣的:(ios,环信集成)